Searched refs:send_message (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/contexthub/1.0/default/ |
D | Contexthub.cpp | 163 if(mContextHubModule->send_message(hubId, &txMsg) != 0) { in sendMessageToHub() 185 if(mContextHubModule->send_message(hubId, &msg) != 0) { in reboot() 414 if(mContextHubModule->send_message(hubId, &msg) != 0) { in unloadNanoApp() 467 if (mContextHubModule->send_message(hubId, &hubMsg) != 0) { in loadNanoApp() 500 if(mContextHubModule->send_message(hubId, &msg) != 0) { in enableNanoApp() 533 if(mContextHubModule->send_message(hubId, &msg) != 0) { in disableNanoApp() 560 if(mContextHubModule->send_message(hubId, &msg) != 0) { in queryApps()
|
/hardware/libhardware/include/hardware/ |
D | context_hub.h | 435 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 | 148 * error code used for send_message.
|
/hardware/interfaces/tv/cec/1.0/default/ |
D | HdmiCec.cpp | 318 return static_cast<SendMessageResult>(mDevice->send_message(mDevice, &legacyMessage)); in sendMessage()
|
/hardware/qcom/display/msm8996/hdmi_cec/ |
D | qhdmi_cec.cpp | 482 dev->device.send_message = cec_send_message; in cec_device_open()
|
/hardware/qcom/display/msm8998/hdmi_cec/ |
D | qhdmi_cec.cpp | 482 dev->device.send_message = cec_send_message; in cec_device_open()
|