Home
last modified time | relevance | path

Searched refs:nanoappHandleEvent (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/system/chre/platform/shared/nanoapp/
H A Dnanoapp_support_lib_dso.cc102 nanoappHandleEvent(senderInstanceId, eventType, &event); in nanoappHandleEventCompat()
104 nanoappHandleEvent(senderInstanceId, eventType, eventData); in nanoappHandleEventCompat()
142 /* handleEvent */ nanoappHandleEvent,
/aosp12/system/chre/apps/test/chqts/src/do_nothing/
H A Ddo_nothing.cc28 extern "C" void nanoappHandleEvent(uint32_t /* senderInstanceId */, in nanoappHandleEvent() function
/aosp12/system/chre/apps/test/common/chre_cross_validator_gnss/src/
H A Dchre_cross_validator_gnss.cc22 extern "C" void nanoappHandleEvent(uint32_t senderInstanceId, in nanoappHandleEvent() function
/aosp12/system/chre/apps/test/chqts/src/fail_startup/
H A Dfail_startup.cc32 extern "C" void nanoappHandleEvent(uint32_t /* senderInstanceId */, in nanoappHandleEvent() function
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dnanoapp.h66 void nanoappHandleEvent(uint32_t senderInstanceId, uint16_t eventType,
/aosp12/system/chre/chre_api/legacy/v1_0/chre/
H A Dnanoapp.h65 void nanoappHandleEvent(uint32_t senderInstanceId, uint16_t eventType,
/aosp12/system/chre/chre_api/legacy/v1_2/chre/
H A Dnanoapp.h66 void nanoappHandleEvent(uint32_t senderInstanceId, uint16_t eventType,
/aosp12/system/chre/chre_api/legacy/v1_3/chre/
H A Dnanoapp.h66 void nanoappHandleEvent(uint32_t senderInstanceId, uint16_t eventType,
/aosp12/system/chre/chre_api/legacy/v1_1/chre/
H A Dnanoapp.h66 void nanoappHandleEvent(uint32_t senderInstanceId, uint16_t eventType,
/aosp12/system/chre/chre_api/legacy/v1_4/chre/
H A Dnanoapp.h66 void nanoappHandleEvent(uint32_t senderInstanceId, uint16_t eventType,
/aosp12/system/chre/apps/tflm_demo/src/
H A Dmain.cc32 void nanoappHandleEvent(uint32_t sender_instance_id, uint16_t event_type, in nanoappHandleEvent() function
/aosp12/system/chre/apps/test/common/chre_audio_concurrency_test/src/
H A Dchre_audio_concurrency_test.cc24 extern "C" void nanoappHandleEvent(uint32_t senderInstanceId, in nanoappHandleEvent() function
/aosp12/system/chre/apps/test/common/chre_cross_validator_sensor/src/
H A Dchre_cross_validator_sensor.cc35 extern "C" void nanoappHandleEvent(uint32_t senderInstanceId, in nanoappHandleEvent() function
/aosp12/system/chre/apps/test/common/chre_settings_test/src/
H A Dchre_settings_test.cc24 extern "C" void nanoappHandleEvent(uint32_t senderInstanceId, in nanoappHandleEvent() function
/aosp12/system/chre/apps/test/common/chre_stress_test/src/
H A Dchre_stress_test.cc24 extern "C" void nanoappHandleEvent(uint32_t senderInstanceId, in nanoappHandleEvent() function
/aosp12/system/chre/apps/test/common/chre_cross_validator_wifi/src/
H A Dchre_cross_validator_wifi.cc23 extern "C" void nanoappHandleEvent(uint32_t senderInstanceId, in nanoappHandleEvent() function
/aosp12/system/chre/apps/hello_world/
H A Dhello_world.cc39 void nanoappHandleEvent(uint32_t senderInstanceId, uint16_t eventType, in nanoappHandleEvent() function
/aosp12/system/chre/apps/test/chqts/src/who_am_i/
H A Dwho_am_i.cc41 extern "C" void nanoappHandleEvent(uint32_t senderInstanceId, in nanoappHandleEvent() function
/aosp12/system/chre/apps/debug_dump_world/
H A Ddebug_dump_world.cc62 void nanoappHandleEvent(uint32_t senderInstanceId, uint16_t eventType, in nanoappHandleEvent() function
/aosp12/system/chre/apps/host_awake_world/
H A Dhost_awake_world.cc59 void nanoappHandleEvent(uint32_t senderInstanceId, uint16_t eventType, in nanoappHandleEvent() function
/aosp12/system/chre/apps/test/chqts/src/echo_message/
H A Decho_message.cc41 extern "C" void nanoappHandleEvent(uint32_t senderInstanceId, in nanoappHandleEvent() function
/aosp12/system/chre/apps/timer_world/
H A Dtimer_world.cc60 void nanoappHandleEvent(uint32_t senderInstanceId, uint16_t eventType, in nanoappHandleEvent() function
/aosp12/system/chre/build/app_support/qcom_nanohub/
H A Dapp_support_uimg.cc58 .handle = (nanoappHandleEvent)};
/aosp12/system/chre/platform/linux/include/chre/target_platform/
H A Dstatic_nanoapp_init.h50 appInfo.entryPoints.handleEvent = nanoappHandleEvent; \
/aosp12/system/chre/platform/slpi/include/chre/target_platform/
H A Dstatic_nanoapp_init.h51 appInfo.entryPoints.handleEvent = nanoappHandleEvent; \

12