Searched defs:eventData (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/display/msm8909/hdmi_cec/ |
D | qhdmi_cec.h | 82 struct eventData { struct 83 const char* event_name = NULL; 84 void (*event_parser)(cec_context_t* ctx, uint32_t node_event) = NULL;
|
/hardware/qcom/display/msm8909w_3100/hdmi_cec/ |
D | qhdmi_cec.h | 82 struct eventData { struct 83 const char* event_name = NULL; 84 void (*event_parser)(cec_context_t* ctx, uint32_t node_event) = NULL;
|
/hardware/interfaces/cas/1.1/default/ |
D | CasImpl.cpp | 75 HidlCasData eventData; in onEvent() local 89 HidlCasData eventData; in onEvent() local 165 Return<Status> CasImpl::sendEvent(int32_t event, int32_t arg, const HidlCasData& eventData) { in sendEvent() 177 int32_t arg, const HidlCasData& eventData) { in sendSessionEvent()
|
/hardware/interfaces/cas/1.2/default/ |
D | CasImpl.cpp | 86 HidlCasData eventData; in onEvent() local 100 HidlCasData eventData; in onEvent() local 214 Return<Status> CasImpl::sendEvent(int32_t event, int32_t arg, const HidlCasData& eventData) { in sendEvent() 226 int32_t arg, const HidlCasData& eventData) { in sendSessionEvent()
|
/hardware/interfaces/cas/1.0/default/ |
D | CasImpl.cpp | 71 HidlCasData eventData; in onEvent() local 149 const HidlCasData& eventData) { in sendEvent()
|
/hardware/interfaces/cas/1.1/vts/functional/ |
D | VtsHalCasV1_1TargetTest.cpp | 213 hidl_vec<uint8_t>& eventData) { in testEventEcho() 234 hidl_vec<uint8_t>& eventData) { in testSessionEventEcho() 511 uint8_t eventData[] = {'e', 'v', 'e', 'n', 't', 'd', 'a', 't', 'a'}; in TEST_F() local
|
/hardware/interfaces/cas/1.2/vts/functional/ |
D | VtsHalCasV1_2TargetTest.cpp | 231 hidl_vec<uint8_t>& eventData) { in testEventEcho() 252 hidl_vec<uint8_t>& eventData) { in testSessionEventEcho() 555 uint8_t eventData[] = {'e', 'v', 'e', 'n', 't', 'd', 'a', 't', 'a'}; in TEST_F() local
|
/hardware/interfaces/cas/1.0/vts/functional/ |
D | VtsHalCasV1_0TargetTest.cpp | 192 hidl_vec<uint8_t>& eventData) { in testEventEcho() 537 uint8_t eventData[] = {'e', 'v', 'e', 'n', 't', 'd', 'a', 't', 'a'}; in TEST_F() local
|