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

1 2 3

  /system/core/fingerprintd/
IFingerprintDaemonCallback.cpp 40 return remote()->transact(ON_ENROLL_RESULT, data, &reply, IBinder::FLAG_ONEWAY);
48 return remote()->transact(ON_ACQUIRED, data, &reply, IBinder::FLAG_ONEWAY);
57 return remote()->transact(ON_AUTHENTICATED, data, &reply, IBinder::FLAG_ONEWAY);
65 return remote()->transact(ON_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
74 return remote()->transact(ON_REMOVED, data, &reply, IBinder::FLAG_ONEWAY);
84 return remote()->transact(ON_ENUMERATE, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/native/services/batteryservice/
IBatteryPropertiesListener.cpp 38 remote()->transact(TRANSACT_BATTERYPROPERTIESCHANGED, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 785 IBinder.FLAG_ONEWAY);
797 IBinder.FLAG_ONEWAY);
808 IBinder.FLAG_ONEWAY);
819 IBinder.FLAG_ONEWAY);
833 IBinder.FLAG_ONEWAY);
844 IBinder.FLAG_ONEWAY);
    [all...]
  /frameworks/av/camera/
ICameraServiceProxy.cpp 35 IBinder::FLAG_ONEWAY);
44 IBinder::FLAG_ONEWAY);
ICameraClient.cpp 54 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
70 remote()->transact(DATA_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
82 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
92 IBinder::FLAG_ONEWAY);
ICameraRecordingProxyListener.cpp 49 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
59 IBinder::FLAG_ONEWAY);
  /hardware/qcom/display/msm8084/libqservice/
IQHDMIClient.cpp 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
65 IBinder::FLAG_ONEWAY);
  /frameworks/native/services/powermanager/
IPowerManager.cpp 51 isOneWay ? IBinder::FLAG_ONEWAY : 0);
66 isOneWay ? IBinder::FLAG_ONEWAY : 0);
76 isOneWay ? IBinder::FLAG_ONEWAY : 0);
86 isOneWay ? IBinder::FLAG_ONEWAY : 0);
95 // This FLAG_ONEWAY is in the .aidl, so there is no way to disable it
96 return remote()->transact(POWER_HINT, data, &reply, IBinder::FLAG_ONEWAY);
  /system/bt/service/common/bluetooth/binder/
IBluetoothLowEnergyCallback.cpp 114 IBinder::FLAG_ONEWAY);
132 IBinder::FLAG_ONEWAY);
148 IBinder::FLAG_ONEWAY);
162 IBinder::FLAG_ONEWAY);
179 IBinder::FLAG_ONEWAY);
IBluetoothGattServerCallback.cpp 160 IBinder::FLAG_ONEWAY);
175 IBinder::FLAG_ONEWAY);
195 IBinder::FLAG_ONEWAY);
215 IBinder::FLAG_ONEWAY);
238 IBinder::FLAG_ONEWAY);
261 IBinder::FLAG_ONEWAY);
278 IBinder::FLAG_ONEWAY);
294 IBinder::FLAG_ONEWAY);
IBluetoothGattClientCallback.cpp 78 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);
IAudioPolicyServiceClient.cpp 64 remote()->transact(PORT_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
71 remote()->transact(PATCH_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
80 remote()->transact(MIX_STATE_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
94 remote()->transact(RECORDING_CONFIGURATION_UPDATE, 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);
  /frameworks/base/core/java/android/os/
IBinder.java 157 int FLAG_ONEWAY = 0x00000001;
241 * RPC, or {@link #FLAG_ONEWAY} for a one-way RPC.
  /frameworks/native/libs/gui/
IProducerListener.cpp 38 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY);
IConsumerListener.cpp 50 remote()->transact(ON_FRAME_AVAILABLE, data, &reply, IBinder::FLAG_ONEWAY);
56 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY);
62 remote()->transact(ON_SIDEBAND_STREAM_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
  /hardware/qcom/display/msm8996/libqservice/
IQHDMIClient.cpp 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
66 IBinder::FLAG_ONEWAY);
  /frameworks/base/core/java/android/os/storage/
IMountServiceListener.java 154 _reply, android.os.IBinder.FLAG_ONEWAY);
181 android.os.IBinder.FLAG_ONEWAY);
200 android.os.IBinder.FLAG_ONEWAY);
216 android.os.IBinder.FLAG_ONEWAY);
232 android.os.IBinder.FLAG_ONEWAY);
249 android.os.IBinder.FLAG_ONEWAY);
265 android.os.IBinder.FLAG_ONEWAY);
  /frameworks/av/media/utils/
ISchedulingPolicyService.cpp 47 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0;
  /frameworks/native/libs/binder/
IMediaResourceMonitor.cpp 37 remote()->transact(NOTIFY_RESOURCE_GRANTED, data, &reply, IBinder::FLAG_ONEWAY);
IResultReceiver.cpp 43 remote()->transact(OP_SEND, data, NULL, IBinder::FLAG_ONEWAY);

Completed in 430 milliseconds

1 2 3