HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_ONEWAY (Results 1 - 16 of 16) sorted by null

  /frameworks/base/core/java/android/os/
IBinder.java 118 int FLAG_ONEWAY = 0x00000001;
171 * RPC, or {@link #FLAG_ONEWAY} for a one-way RPC.
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 436 IBinder.FLAG_ONEWAY);
448 IBinder.FLAG_ONEWAY);
459 IBinder.FLAG_ONEWAY);
470 IBinder.FLAG_ONEWAY);
481 IBinder.FLAG_ONEWAY);
501 IBinder.FLAG_ONEWAY);
523 IBinder.FLAG_ONEWAY);
534 IBinder.FLAG_ONEWAY);
546 IBinder.FLAG_ONEWAY);
562 IBinder.FLAG_ONEWAY);
    [all...]
ActivityManagerNative.java     [all...]
  /frameworks/base/libs/camera/
ICameraClient.cpp 50 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
61 remote()->transact(DATA_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
73 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/base/libs/ui/
IOverlay.cpp 44 remote()->transact(DESTROY, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/base/include/binder/
IBinder.h 56 FLAG_ONEWAY = 0x00000001
  /frameworks/base/media/libmedia/
IMediaPlayerClient.cpp 45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
IAudioFlingerClient.cpp 60 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
IOMX.cpp 714 remote()->transact(OBSERVER_ON_MSG, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/base/libs/surfaceflinger_client/
ISurface.cpp 108 remote()->transact(POST_BUFFER, data, &reply, IBinder::FLAG_ONEWAY);
ISurfaceComposer.cpp 122 remote()->transact(BnSurfaceComposer::SIGNAL, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/base/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 99 remote()->transact(HOLDER_PUT, data, &reply, IBinder::FLAG_ONEWAY);
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 3442 milliseconds