Home
last modified time | relevance | path

Searched refs:IBinder (Results 1 – 25 of 70) sorted by relevance

123

/hardware/qcom/sdm845/display/libqservice/
DIQHDMIClient.cpp37 HDMI_CONNECTED = IBinder::FIRST_CALL_TRANSACTION,
44 BpQHDMIClient(const sp<IBinder>& impl) in BpQHDMIClient()
54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug()
66 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
DIQClient.cpp38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
44 BpQClient(const sp<IBinder>& impl) in BpQClient()
/hardware/qcom/display/msm8996/libqservice/
DIQHDMIClient.cpp37 HDMI_CONNECTED = IBinder::FIRST_CALL_TRANSACTION,
44 BpQHDMIClient(const sp<IBinder>& impl) in BpQHDMIClient()
54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug()
66 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
DIQClient.cpp38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
44 BpQClient(const sp<IBinder>& impl) in BpQClient()
/hardware/qcom/display/msm8084/libqservice/
DIQHDMIClient.cpp37 HDMI_CONNECTED = IBinder::FIRST_CALL_TRANSACTION,
44 BpQHDMIClient(const sp<IBinder>& impl) in BpQHDMIClient()
54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug()
65 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
DIQClient.cpp38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
44 BpQClient(const sp<IBinder>& impl) in BpQClient()
/hardware/qcom/display/msm8998/libqservice/
DIQHDMIClient.cpp37 HDMI_CONNECTED = IBinder::FIRST_CALL_TRANSACTION,
44 BpQHDMIClient(const sp<IBinder>& impl) in BpQHDMIClient()
54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug()
66 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
/hardware/qcom/display/msm8909w_3100/libqservice/
DIQHDMIClient.cpp37 HDMI_CONNECTED = IBinder::FIRST_CALL_TRANSACTION,
44 BpQHDMIClient(const sp<IBinder>& impl) in BpQHDMIClient()
54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug()
66 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
DIQClient.cpp38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
44 BpQClient(const sp<IBinder>& impl) in BpQClient()
/hardware/qcom/display/msm8909/libqservice/
DIQHDMIClient.cpp37 HDMI_CONNECTED = IBinder::FIRST_CALL_TRANSACTION,
44 BpQHDMIClient(const sp<IBinder>& impl) in BpQHDMIClient()
54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug()
66 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
DIQClient.cpp38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
44 BpQClient(const sp<IBinder>& impl) in BpQClient()
/hardware/google/av/media/eco/include/eco/
DECOServiceStatsProvider.h42 public virtual IBinder::DeathRecipient {
53 virtual Status getECOSession(::android::sp<::android::IBinder>* _aidl_return) = 0;
57 virtual void binderDied(const wp<IBinder>& who);
DECOServiceInfoListener.h42 public virtual IBinder::DeathRecipient {
53 virtual Status getECOSession(::android::sp<::android::IBinder>* _aidl_return) = 0;
57 virtual void binderDied(const wp<IBinder>& who);
DECOService.h54 public virtual IBinder::DeathRecipient {
67 virtual Status getSessions(::std::vector<sp<IBinder>>* _aidl_return);
73 virtual void binderDied(const wp<IBinder>& who);
/hardware/google/av/media/eco/aidl/android/media/eco/
DIECOServiceStatsProvider.aidl19 import android.os.IBinder;
55 IBinder getECOSession(); in getECOSession()
DIECOServiceInfoListener.aidl20 import android.os.IBinder;
57 IBinder getECOSession(); in getECOSession()
/hardware/google/pixel/powerstats/include/pixelpowerstats/
DAidlStateResidencyDataProvider.h38 public android::IBinder::DeathRecipient {
54 void binderDied(const wp<android::IBinder> &who) override;
64 binderStatus unregisterCallbackInternal(const sp<IBinder> &callback);
/hardware/qcom/sdm845/display/hdmi_cec/
DQHDMIClient.h36 class QHDMIClient: public android::IBinder::DeathRecipient,
42 virtual void binderDied(const android::wp<android::IBinder>& who);
DQHDMIClient.cpp40 void QHDMIClient::binderDied(const wp<IBinder>& who __unused) in binderDied()
60 sp<IBinder> binder = sm->getService(String16("display.qservice")); in registerClient()
/hardware/qcom/display/msm8998/hdmi_cec/
DQHDMIClient.h36 class QHDMIClient: public android::IBinder::DeathRecipient,
42 virtual void binderDied(const android::wp<android::IBinder>& who);
DQHDMIClient.cpp40 void QHDMIClient::binderDied(const wp<IBinder>& who __unused) in binderDied()
60 sp<IBinder> binder = sm->getService(String16("display.qservice")); in registerClient()
/hardware/qcom/display/msm8996/hdmi_cec/
DQHDMIClient.h36 class QHDMIClient: public android::IBinder::DeathRecipient,
42 virtual void binderDied(const android::wp<android::IBinder>& who);
DQHDMIClient.cpp40 void QHDMIClient::binderDied(const wp<IBinder>& who __unused) in binderDied()
60 sp<IBinder> binder = sm->getService(String16("display.qservice")); in registerClient()
/hardware/qcom/display/msm8960/libqservice/
DIQClient.cpp35 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
41 BpQClient(const sp<IBinder>& impl) in BpQClient()
/hardware/qcom/display/msm8994/libqservice/
DIQClient.cpp38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
44 BpQClient(const sp<IBinder>& impl) in BpQClient()

123