OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:context_hub_callback
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/contexthubhal/
legacyhal.cpp
22
static
context_hub_callback
*mSavedCbk = nullptr;
29
static int legacy_subscribe_messages(uint32_t hub_id,
context_hub_callback
*cbk, void *cookie)
/hardware/libhardware/include/hardware/
context_hub.h
414
typedef int
context_hub_callback
(uint32_t hub_id, const struct hub_message_t *rxed_msg, void *cookie);
typedef
438
int (*subscribe_messages)(uint32_t hub_id,
context_hub_callback
cbk, void *cookie);
/system/tools/hidl/c2hal/test/
test.h
244
typedef int
context_hub_callback
(uint32_t hub_id, const struct hub_message_t *rxed_msg, void *cookie);
typedef
Completed in 515 milliseconds