Searched defs:SystemCallbackType (Results 1 – 7 of 7) sorted by relevance
| /system/chre/platform/shared/ |
| D | host_link.cc | 38 SystemCallbackType /*type*/, UniquePtr<LoadNanoappCallbackData> &&cbData) { in finishLoadingNanoappCallback() argument
|
| /system/chre/core/ |
| D | chre_message_hub_manager.cc | 352 [](SystemCallbackType /* type */, UniquePtr<EndpointId> &&endpointId) { in unregisterEndpoint() argument 435 SystemCallbackType /* type */, UniquePtr<MessageCallbackData> &&data) { in onMessageToNanoappCallback() argument 475 SystemCallbackType /* type */, UniquePtr<SessionCallbackData> &&data) { in onSessionStateChangedCallback() argument 1002 [](SystemCallbackType /* type */, UniquePtr<Endpoint> &&data) { in onEndpointRegistered() argument
|
| /system/chre/util/include/chre/util/system/ |
| D | system_callback_type.h | 28 enum class SystemCallbackType : uint16_t { enum
|
| /system/chre/core/include/chre/core/ |
| D | event_loop_manager.h | 154 void deferCallback(SystemCallbackType /*type*/, UniquePtr<T> && /*data*/, in deferCallback() argument
|
| /system/chre/test/simulation/ |
| D | test_util.cc | 259 void testFinishLoadingNanoappCallback(SystemCallbackType /* type */, in testFinishLoadingNanoappCallback() argument
|
| /system/chre/util/tests/ |
| D | transaction_manager_test.cc | 54 SystemCallbackType /*callbackType*/, void *data) { in setSystemTimer() argument
|
| /system/chre/platform/slpi/ |
| D | host_link.cc | 226 void handleUnloadNanoappCallback(SystemCallbackType /*type*/, in handleUnloadNanoappCallback() argument
|