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

1 2

  /frameworks/native/services/batteryservice/
IBatteryPropertiesListener.cpp 38 status_t err = remote()->transact(TRANSACT_BATTERYPROPERTIESCHANGED, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/native/libs/gui/
IConsumerListener.cpp 44 remote()->transact(ON_FRAME_AVAILABLE, data, &reply, IBinder::FLAG_ONEWAY);
50 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY);
IDisplayEventConnection.cpp 65 remote()->transact(REQUEST_NEXT_VSYNC, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/av/camera/
IProCameraCallbacks.cpp 58 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
67 IBinder::FLAG_ONEWAY);
76 remote()->transact(RESULT_RECEIVED, data, &reply, IBinder::FLAG_ONEWAY);
ICameraClient.cpp 50 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
66 remote()->transact(DATA_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
78 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
ICameraRecordingProxyListener.cpp 46 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
ICameraServiceListener.cpp 56 IBinder::FLAG_ONEWAY);
  /frameworks/av/media/libmedia/
IEffectClient.cpp 47 remote()->transact(CONTROL_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
56 remote()->transact(ENABLE_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
85 remote()->transact(COMMAND_EXECUTED, data, &reply, IBinder::FLAG_ONEWAY);
IRemoteDisplayClient.cpp 50 remote()->transact(ON_DISPLAY_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
57 remote()->transact(ON_DISPLAY_DISCONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
65 remote()->transact(ON_DISPLAY_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
IDrmClient.cpp 52 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
IMediaPlayerClient.cpp 48 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
IMediaRecorderClient.cpp 45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
IStreamSource.cpp 77 ON_BUFFER_AVAILABLE, data, &reply, IBinder::FLAG_ONEWAY);
151 remote()->transact(QUEUE_BUFFER, data, &reply, IBinder::FLAG_ONEWAY);
168 remote()->transact(ISSUE_COMMAND, data, &reply, IBinder::FLAG_ONEWAY);
IAudioFlingerClient.cpp 61 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
IHDCP.cpp 54 remote()->transact(OBSERVER_NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
IOMX.cpp 930 remote()->transact(OBSERVER_ON_MSG, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 661 IBinder.FLAG_ONEWAY);
673 IBinder.FLAG_ONEWAY);
684 IBinder.FLAG_ONEWAY);
695 IBinder.FLAG_ONEWAY);
707 IBinder.FLAG_ONEWAY);
718 IBinder.FLAG_ONEWAY);
751 IBinder.FLAG_ONEWAY);
773 IBinder.FLAG_ONEWAY);
784 IBinder.FLAG_ONEWAY);
796 IBinder.FLAG_ONEWAY);
    [all...]
ActivityManagerNative.java     [all...]
  /frameworks/av/camera/camera2/
ICameraDeviceCallbacks.cpp 55 remote()->transact(CAMERA_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
64 remote()->transact(CAMERA_IDLE, data, &reply, IBinder::FLAG_ONEWAY);
75 remote()->transact(CAPTURE_STARTED, data, &reply, IBinder::FLAG_ONEWAY);
87 remote()->transact(RESULT_RECEIVED, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/base/core/java/android/os/
IBinder.java 152 int FLAG_ONEWAY = 0x00000001;
215 * RPC, or {@link #FLAG_ONEWAY} for a one-way RPC.
Binder.java 402 // If the call was FLAG_ONEWAY then these exceptions disappear into the ether.
406 if ((flags & FLAG_ONEWAY) != 0) {
413 if ((flags & FLAG_ONEWAY) != 0) {
468 transact(DUMP_TRANSACTION, data, reply, FLAG_ONEWAY);
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.cpp 47 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0;
  /frameworks/native/include/binder/
IBinder.h 57 FLAG_ONEWAY = 0x00000001
  /frameworks/base/core/java/android/os/storage/
IObbActionListener.java 116 android.os.IBinder.FLAG_ONEWAY);
  /frameworks/native/services/powermanager/
IPowerManager.cpp 90 return remote()->transact(UPDATE_WAKE_LOCK_UIDS, data, &reply, IBinder::FLAG_ONEWAY);

Completed in 502 milliseconds

1 2