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

1 2 3

  /frameworks/native/libs/binder/
IUidObserver.cpp 39 remote()->transact(ON_UID_GONE_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY);
47 remote()->transact(ON_UID_ACTIVE_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY);
56 remote()->transact(ON_UID_IDLE_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY);
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);
  /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);
  /frameworks/av/media/libaudioclient/
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);
IAudioPolicyServiceClient.cpp 76 remote()->transact(PORT_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
83 remote()->transact(PATCH_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
92 remote()->transact(MIX_STATE_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
105 remote()->transact(RECORDING_CONFIGURATION_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
IAudioFlingerClient.cpp 55 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/av/media/libmedia/
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);
IMediaPlayerClient.cpp 48 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
IMediaRecorderClient.cpp 45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/native/services/audiomanager/
IAudioManager.cpp 84 return remote()->transact(PLAYER_ATTRIBUTES, data, &reply, IBinder::FLAG_ONEWAY);
92 return remote()->transact(PLAYER_EVENT, data, &reply, IBinder::FLAG_ONEWAY);
99 return remote()->transact(RELEASE_PLAYER, data, &reply, IBinder::FLAG_ONEWAY);
  /hardware/qcom/display/msm8909/libqservice/
IQHDMIClient.cpp 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
66 IBinder::FLAG_ONEWAY);
  /hardware/qcom/display/msm8909w_3100/libqservice/
IQHDMIClient.cpp 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
66 IBinder::FLAG_ONEWAY);
  /hardware/qcom/display/msm8996/libqservice/
IQHDMIClient.cpp 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
66 IBinder::FLAG_ONEWAY);
  /hardware/qcom/display/msm8998/libqservice/
IQHDMIClient.cpp 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
66 IBinder::FLAG_ONEWAY);
  /frameworks/av/camera/
ICameraClient.cpp 55 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
71 remote()->transact(DATA_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
83 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
93 IBinder::FLAG_ONEWAY);
116 IBinder::FLAG_ONEWAY);
ICameraRecordingProxyListener.cpp 50 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
60 IBinder::FLAG_ONEWAY);
88 IBinder::FLAG_ONEWAY);
  /frameworks/av/drm/libmediadrm/
IDrmClient.cpp 52 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/av/media/libaaudio/src/binding/
IAAudioClient.cpp 51 remote()->transact(ON_STREAM_CHANGE, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/base/core/java/android/os/
IBinder.java 168 int FLAG_ONEWAY = 0x00000001;
256 * RPC, or {@link #FLAG_ONEWAY} for a one-way RPC.
  /frameworks/native/libs/gui/
IProducerListener.cpp 39 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY);
  /system/libhwbinder/include/hwbinder/
IBinder.h 49 FLAG_ONEWAY = 0x00000001
  /frameworks/native/libs/vr/libvr_manager/
vr_manager.cpp 38 remote()->transact(ON_VR_STATE_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
71 data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/av/media/utils/
ISchedulingPolicyService.cpp 50 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0;

Completed in 492 milliseconds

1 2 3