Looper.h File Reference


Detailed Description

The Binder's per-thread state and utilities.

#include <support/Atom.h>
#include <support/ConditionVariable.h>
#include <support/SupportDefs.h>
#include <support/IBinder.h>
#include <support/Context.h>
#include <support/Parcel.h>
#include <support/Process.h>
#include <support/SortedVector.h>
#include <stddef.h>
#include <pthread.h>

Go to the source code of this file.

Classes

class  SLooper
 The Binder's per-thread state and thread pool utilities. More...

Defines

#define BINDER_DEBUG_LIB   0

Functions

SContext get_default_context ()
 Old compatibility API. Use SContext::UserContext() instead.
SContext get_system_context ()
 Old compatibility API. Use SContext::SystemContext() instead.
SString get_system_directory ()


Define Documentation

#define BINDER_DEBUG_LIB   0
 


Function Documentation

SContext get_default_context  ) 
 

Old compatibility API. Use SContext::UserContext() instead.

SContext get_system_context  ) 
 

Old compatibility API. Use SContext::SystemContext() instead.

SString get_system_directory  )