Searched refs:send_message (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/contexthub/1.0/default/ |
D | Contexthub.cpp | 169 if(mContextHubModule->send_message(hubId, &txMsg) != 0) { in sendMessageToHub() 191 if(mContextHubModule->send_message(hubId, &msg) != 0) { in reboot() 421 if(mContextHubModule->send_message(hubId, &msg) != 0) { in unloadNanoApp() 471 if (mContextHubModule->send_message(hubId, &hubMsg) != 0) { in loadNanoApp() 504 if(mContextHubModule->send_message(hubId, &msg) != 0) { in enableNanoApp() 537 if(mContextHubModule->send_message(hubId, &msg) != 0) { in disableNanoApp() 564 if(mContextHubModule->send_message(hubId, &msg) != 0) { in queryApps()
|
/hardware/libhardware/include/hardware/ |
D | context_hub.h | 444 int (*send_message)(uint32_t hub_id, const struct hub_message_t *msg); member
|
D | hdmi_cec.h | 356 int (*send_message)(const struct hdmi_cec_device* dev, const cec_message_t*); member
|
/hardware/interfaces/tv/cec/1.0/ |
D | types.hal | 150 * error code used for send_message.
|
/hardware/interfaces/tv/cec/1.0/default/ |
D | HdmiCec.cpp | 317 return static_cast<SendMessageResult>(mDevice->send_message(mDevice, &legacyMessage)); in sendMessage()
|
/hardware/qcom/sm7250/display/hdmi_cec/ |
D | qhdmi_cec.cpp | 484 dev->device.send_message = cec_send_message; in cec_device_open()
|
/hardware/qcom/display/msm8996/hdmi_cec/ |
D | qhdmi_cec.cpp | 482 dev->device.send_message = cec_send_message; in cec_device_open()
|
/hardware/qcom/sdm845/display/hdmi_cec/ |
D | qhdmi_cec.cpp | 484 dev->device.send_message = cec_send_message; in cec_device_open()
|
/hardware/qcom/display/msm8998/hdmi_cec/ |
D | qhdmi_cec.cpp | 488 dev->device.send_message = cec_send_message; in cec_device_open()
|
/hardware/qcom/sm8150/display/hdmi_cec/ |
D | qhdmi_cec.cpp | 484 dev->device.send_message = cec_send_message; in cec_device_open()
|
/hardware/qcom/display/msm8909/hdmi_cec/ |
D | qhdmi_cec.cpp | 517 dev->device.send_message = cec_send_message; in cec_device_open()
|
/hardware/qcom/display/msm8909w_3100/hdmi_cec/ |
D | qhdmi_cec.cpp | 517 dev->device.send_message = cec_send_message; in cec_device_open()
|