/hardware/qcom/sdm845/display/libqservice/ |
D | IQHDMIClient.cpp | 37 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()
|
D | IQClient.cpp | 38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 44 BpQClient(const sp<IBinder>& impl) in BpQClient()
|
/hardware/qcom/display/msm8996/libqservice/ |
D | IQHDMIClient.cpp | 37 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()
|
D | IQClient.cpp | 38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 44 BpQClient(const sp<IBinder>& impl) in BpQClient()
|
/hardware/qcom/display/msm8084/libqservice/ |
D | IQHDMIClient.cpp | 37 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()
|
D | IQClient.cpp | 38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 44 BpQClient(const sp<IBinder>& impl) in BpQClient()
|
/hardware/qcom/display/msm8998/libqservice/ |
D | IQHDMIClient.cpp | 37 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/ |
D | IQHDMIClient.cpp | 37 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()
|
D | IQClient.cpp | 38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 44 BpQClient(const sp<IBinder>& impl) in BpQClient()
|
/hardware/qcom/display/msm8909/libqservice/ |
D | IQHDMIClient.cpp | 37 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()
|
D | IQClient.cpp | 38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 44 BpQClient(const sp<IBinder>& impl) in BpQClient()
|
/hardware/google/av/media/eco/include/eco/ |
D | ECOServiceStatsProvider.h | 42 public virtual IBinder::DeathRecipient { 53 virtual Status getECOSession(::android::sp<::android::IBinder>* _aidl_return) = 0; 57 virtual void binderDied(const wp<IBinder>& who);
|
D | ECOServiceInfoListener.h | 42 public virtual IBinder::DeathRecipient { 53 virtual Status getECOSession(::android::sp<::android::IBinder>* _aidl_return) = 0; 57 virtual void binderDied(const wp<IBinder>& who);
|
D | ECOService.h | 54 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/ |
D | IECOServiceStatsProvider.aidl | 19 import android.os.IBinder; 55 IBinder getECOSession(); in getECOSession()
|
D | IECOServiceInfoListener.aidl | 20 import android.os.IBinder; 57 IBinder getECOSession(); in getECOSession()
|
/hardware/google/pixel/powerstats/include/pixelpowerstats/ |
D | AidlStateResidencyDataProvider.h | 38 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/ |
D | QHDMIClient.h | 36 class QHDMIClient: public android::IBinder::DeathRecipient, 42 virtual void binderDied(const android::wp<android::IBinder>& who);
|
D | QHDMIClient.cpp | 40 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/ |
D | QHDMIClient.h | 36 class QHDMIClient: public android::IBinder::DeathRecipient, 42 virtual void binderDied(const android::wp<android::IBinder>& who);
|
D | QHDMIClient.cpp | 40 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/ |
D | QHDMIClient.h | 36 class QHDMIClient: public android::IBinder::DeathRecipient, 42 virtual void binderDied(const android::wp<android::IBinder>& who);
|
D | QHDMIClient.cpp | 40 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/ |
D | IQClient.cpp | 35 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 41 BpQClient(const sp<IBinder>& impl) in BpQClient()
|
/hardware/qcom/display/msm8994/libqservice/ |
D | IQClient.cpp | 38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 44 BpQClient(const sp<IBinder>& impl) in BpQClient()
|