Home
last modified time | relevance | path

Searched refs:onMessage (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/contexthubhal/test/
Dmain.cpp64 virtual void onMessage(const hub_message_t &msg) = 0;
82 void onMessage(const hub_message_t &msg) { in onMessage() function in CHub::Client
102 hub->onMessage(id, msg); in contextHubCallback()
130 void onMessage(uint32_t hubId, const hub_message_t *msg) { in onMessage() function in CHub
133 cli->onMessage(*msg); in onMessage()
175 void onMessage(const hub_message_t &msg){ in onMessage() function in NanoClient
185 …r(std::function<void(const hub_message_t&)>([this] (const hub_message_t&msg) { onMessage(msg); })); in NanoClient()
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js17 function createDataChannel(pc, label, onMessage) { argument
32 dataChannel.onmessage = onMessage ? onMessage : (msg) => {
48 function awaitDataChannel(pc, label, onMessage) { argument
65 dataChannel.onmessage = onMessage ? onMessage : (msg) => {