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

  /device/google/contexthub/contexthubhal/
nanohubhal.h 88 context_hub_callback *mMsgCbkFunc;
116 int doSubscribeMessages(uint32_t hub_id, context_hub_callback *cbk, void *cookie);
142 static int subscribeMessages(uint32_t hub_id, context_hub_callback *cbk, void *cookie) {
nanohubhal.cpp 352 int NanoHub::doSubscribeMessages(uint32_t hub_id, context_hub_callback *cbk, void *cookie)
  /hardware/libhardware/include/hardware/
context_hub.h 405 typedef int context_hub_callback(uint32_t hub_id, const struct hub_message_t *rxed_msg, void *cookie); typedef
429 int (*subscribe_messages)(uint32_t hub_id, context_hub_callback cbk, void *cookie);
  /system/tools/hidl/c2hal/test/
test.h 246 typedef int context_hub_callback(uint32_t hub_id, const struct hub_message_t *rxed_msg, void *cookie); typedef

Completed in 156 milliseconds