HomeSort by relevance Sort by last modified time
    Searched refs:QHDMIClient (Results 1 - 20 of 20) sorted by null

  /hardware/qcom/display/msm8996/hdmi_cec/
QHDMIClient.h 36 class QHDMIClient: public android::IBinder::DeathRecipient,
40 QHDMIClient() {}
50 void registerClient(android::sp<QHDMIClient>& client);
QHDMIClient.cpp 32 #include "QHDMIClient.h"
40 void QHDMIClient::binderDied(const wp<IBinder>& who __unused)
45 void QHDMIClient::onHdmiHotplug(int connected)
51 void QHDMIClient::onCECMessageRecieved(char *msg, ssize_t len)
57 void QHDMIClient::registerClient(sp<QHDMIClient>& client)
qhdmi_cec.h 36 class QHDMIClient;
67 android::sp<qClient::QHDMIClient> disp_client;
Android.mk 16 QHDMIClient.cpp
qhdmi_cec.cpp 39 #include "QHDMIClient.h"
447 ctx->disp_client = new qClient::QHDMIClient();
  /hardware/qcom/display/msm8998/hdmi_cec/
QHDMIClient.h 36 class QHDMIClient: public android::IBinder::DeathRecipient,
40 QHDMIClient() {}
50 void registerClient(android::sp<QHDMIClient>& client);
QHDMIClient.cpp 32 #include "QHDMIClient.h"
40 void QHDMIClient::binderDied(const wp<IBinder>& who __unused)
45 void QHDMIClient::onHdmiHotplug(int connected)
51 void QHDMIClient::onCECMessageRecieved(char *msg, ssize_t len)
57 void QHDMIClient::registerClient(sp<QHDMIClient>& client)
qhdmi_cec.h 36 class QHDMIClient;
67 android::sp<qClient::QHDMIClient> disp_client;
Android.mk 17 QHDMIClient.cpp
qhdmi_cec.cpp 43 #include "QHDMIClient.h"
453 ctx->disp_client = new qClient::QHDMIClient();
  /hardware/qcom/display/msm8084/libqservice/
IQHDMIClient.h 41 DECLARE_META_INTERFACE(QHDMIClient);
IQHDMIClient.cpp 69 IMPLEMENT_META_INTERFACE(QHDMIClient,
  /hardware/qcom/display/msm8909/libqservice/
IQHDMIClient.h 41 DECLARE_META_INTERFACE(QHDMIClient);
IQHDMIClient.cpp 70 IMPLEMENT_META_INTERFACE(QHDMIClient,
  /hardware/qcom/display/msm8909w_3100/libqservice/
IQHDMIClient.h 41 DECLARE_META_INTERFACE(QHDMIClient);
IQHDMIClient.cpp 70 IMPLEMENT_META_INTERFACE(QHDMIClient,
  /hardware/qcom/display/msm8996/libqservice/
IQHDMIClient.h 41 DECLARE_META_INTERFACE(QHDMIClient);
IQHDMIClient.cpp 70 IMPLEMENT_META_INTERFACE(QHDMIClient,
  /hardware/qcom/display/msm8998/libqservice/
IQHDMIClient.h 41 DECLARE_META_INTERFACE(QHDMIClient);
IQHDMIClient.cpp 70 IMPLEMENT_META_INTERFACE(QHDMIClient,

Completed in 596 milliseconds