Home
last modified time | relevance | path

Searched refs:asBaseType (Results 1 – 7 of 7) sorted by relevance

/system/chre/chpp/test/
Dapp_req_resp_test.cpp71 constexpr uint16_t kNumCommands = asBaseType(Commands::kNumCommands);
92 case asBaseType(Commands::kOk): in dispatchResponse()
96 appState, &outReqStates[asBaseType(Commands::kOk)], response); in dispatchResponse()
101 case asBaseType(Commands::kError): in dispatchResponse()
105 appState, &outReqStates[asBaseType(Commands::kError)], response); in dispatchResponse()
111 case asBaseType(Commands::kTimeout): in dispatchResponse()
116 appState, &outReqStates[asBaseType(Commands::kTimeout)], response); in dispatchResponse()
137 case asBaseType(Commands::kOk): { in dispatchRequest()
139 chppTimestampIncomingRequest(&inReqStates[asBaseType(Commands::kOk)], in dispatchRequest()
146 &inReqStates[asBaseType(Commands::kOk)], in dispatchRequest()
[all …]
Dapp_notification_test.cpp111 case asBaseType(Commands::kServiceNotification): in clientDispatchNotification()
158 case asBaseType(Commands::kClientNotification): in serviceDispatchNotification()
298 notification->command = asBaseType(Commands::kServiceNotification); in TEST_F()
318 notification->command = asBaseType(Commands::kClientNotification); in TEST_F()
/system/chre/util/include/chre/util/
Denum.h24 inline constexpr typename std::underlying_type<EnumType>::type asBaseType( in asBaseType() function
/system/chre/core/include/chre/core/
Dsystem_health_monitor.h92 uint16_t mCheckIdOccurrenceCounter[asBaseType(HealthCheckId::NumCheckIds)];
/system/chre/platform/linux/
Dpal_wifi.cc64 std::chrono::nanoseconds gAsyncRequestDelayResponseTime[chre::asBaseType(
155 gAsyncRequestDelayResponseTime[chre::asBaseType( in chrePalWifiApiRequestScan()
277 gAsyncRequestDelayResponseTime[chre::asBaseType(requestType)] = in chrePalWifiDelayResponse()
/system/chre/core/
Dsystem_health_monitor.cc32 auto index = asBaseType(id); in onCheckFailureImpl()
/system/chre/util/tests/
Dsegmented_queue_test.cc480 std::rand() % chre::asBaseType(OperationType::OPERATION_TYPE_COUNT)); in TEST()