| /system/chre/apps/power_test/common/ |
| D | request_manager.cc | 122 bool success = false; in requestTimer() local 140 bool success = chreWifiRequestScanAsyncDefault(nullptr /* cookie */); in wifiTimerCallback() local 147 bool success; in requestGnssLocation() local 161 bool success = chreWwanGetCellInfoAsync(nullptr /* cookie */); in cellTimerCallback() local 167 bool success; in requestAudio() local 189 bool success = chreSensorFindDefault(sensorType, &sensorHandle); in requestSensor() local 209 bool success = true; in requestAllSensors() local 225 bool success = chreAudioGetSource(0 /* handle */, &audioSource); in requestAudioAtFastestRate() local 240 bool success = requestTimer(enable, TimerType::WIFI, Seconds(1)); in requestBreakIt() local 272 bool success = false; in handleMessageFromHost() local
|
| D | power_test.cc | 41 void sendResponseMessageToHost(bool success, uint16_t hostEndpoint) { in sendResponseMessageToHost() 81 bool success = in nanoappHandleEvent() local
|
| /system/chre/apps/test/common/chre_settings_test/src/ |
| D | chre_settings_test_manager.cc | 43 bool success = true; in getFeature() local 70 bool success = true; in getFeatureState() local 88 bool success = true; in getTestStep() local 170 bool success = false; in handleMessageFromHost() local 210 bool success = false; in handleStartTestMessage() local 258 bool success = true; in startTestForFeature() local 305 bool success = false; in validateAsyncResult() local 326 bool success = false; in handleWifiAsyncResult() local 392 bool success = false; in handleGnssAsyncResult() local 424 bool success = false; in handleWwanCellInfoResult() local [all …]
|
| /system/connectivity/wificond/tests/ |
| D | scanner_unittest.cpp | 123 bool success = false; in TEST_F() local 142 bool success = false; in TEST_F() local 157 bool success = false; in TEST_F() local 172 bool success = false; in TEST_F() local 186 bool success = false; in TEST_F() local 200 bool success = false; in TEST_F() local 214 bool success = false; in TEST_F() local 231 bool success = false; in TEST_F() local 295 bool success = false; in TEST_F() local 308 bool success = false; in TEST_F() local [all …]
|
| /system/chre/apps/test/pts/audio_enable_disable_test/src/ |
| D | audio_enable_disable_test.cc | 65 void sendTestResult(uint16_t hostEndpointId, bool success) { in sendTestResult() 103 bool success = false; in handleMessageFromHost() local 131 bool success = false; in handleAudioDataEvent() local 157 bool success = false; in handleTimer() local
|
| /system/chre/platform/slpi/see/ |
| D | see_helper.cc | 146 bool success = false; in copyPayload() local 177 bool success = pb_get_encoded_size(msgLen, sns_std_attr_req_fields, &req); in encodeSnsStdAttrReq() local 213 bool success = false; in encodeSnsSuidReq() local 262 bool success = false; in encodeSnsResamplerConfig() local 309 bool success = false; in encodeSnsStdSensorConfig() local 348 bool success = in encodeSnsRemoteProcSensorConfig() local 369 bool success = false; in prepSnsClientReq() local 408 bool success = pb_read(stream, nullptr /* buf */, stream->bytes_left); in decodeStringField() local 421 bool success = pb_decode(stream, sns_std_suid_fields, &suid); in decodeSnsSuidEventSuid() local 449 bool success = pb_decode(stream, sns_suid_event_fields, &event); in decodeSnsSuidEvent() local [all …]
|
| D | island_vote_client.cc | 50 bool success = true; in voteBigImage() local 109 bool success = (rc != SNS_RC_FAILED); in voteSnsPowerMode() local
|
| /system/chre/util/include/chre/util/ |
| D | array_queue_impl.h | 87 bool success = pushTail(); in push() local 96 bool success = pushTail(); in push() local 145 bool success; in remove() local 176 bool success = pushTail(); in emplace() local 276 bool success; in pushTail() local
|
| D | fixed_size_blocking_queue_impl.h | 28 bool success; in push() local 41 bool success; in push() local
|
| D | priority_queue_impl.h | 56 bool success = mData.push_back(element); in push() local 66 bool success = mData.emplace_back(args...); in emplace() local
|
| /system/chre/core/ |
| D | wifi_request_manager.cc | 53 bool success = false; in configureScanMonitor() local 86 bool success = false; in requestRanging() local 152 bool success = false; in requestScan() local 351 bool success = mPendingScanMonitorRequests.push(scanMonitorStateTransition); in addScanMonitorRequestToQueue() local 361 bool success = true; in updateNanoappScanMonitoringList() local 395 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEvent() 425 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEventFatal() 434 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEvent() 458 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEventFatal() 474 bool success = (errorCode == CHRE_ERROR_NONE); in handleScanMonitorStateChangeSync() local [all …]
|
| D | sensor_request_manager.cc | 37 bool success = false; in isSensorRequestValid() local 170 bool success = false; in setSensorRequest() local 262 bool success = false; in getSensorInfo() local 275 bool success = false; in removeAllRequests() local 310 bool success = false; in getSensorSamplingStatus() local 332 bool success = false; in configureBiasEvents() local 366 bool success = false; in getThreeAxisBias() local 381 bool success = false; in flushAsync() local 668 bool success = true; in addRequest() local 697 bool success = true; in updateRequest() local [all …]
|
| D | gnss_manager.cc | 30 bool success = true; in getCallbackType() local 50 bool success = true; in getReportEventType() local 251 bool success = false; in configure() local 312 bool success = mStateTransitions.push(stateTransition); in addRequestToQueue() local 364 bool success = true; in updateRequests() local 403 bool GnssSession::postAsyncResultEvent(uint32_t instanceId, bool success, in postAsyncResultEvent() 432 void GnssSession::postAsyncResultEventFatal(uint32_t instanceId, bool success, in postAsyncResultEventFatal() 444 bool success = (errorCode == CHRE_ERROR_NONE); in handleStatusChangeSync() local 499 bool success = false; in controlPlatform() local
|
| D | timer_pool.cc | 65 bool success = insertTimerRequestLocked(timerRequest); in setTimer() local 82 bool success = false; in cancelTimer() local 178 bool success = isNewTimerAllowedLocked(isNanoappTimer) && in insertTimerRequestLocked() local 220 bool success = false; in handleExpiredTimersAndScheduleNextLocked() local
|
| /system/chre/platform/shared/ |
| D | platform_sensor_manager.cc | 85 bool success = false; in configureSensor() local 99 bool success = false; in configureBiasEvents() local 109 bool success = false; in getThreeAxisBias() local 118 bool success = false; in flush() local
|
| /system/chre/util/nanoapp/ |
| D | wifi.cc | 30 bool success = (bufferLen >= static_cast<size_t>(ssidLen + 1)); in parseSsidToStr() local 56 bool success = false; in parseBssidToStr() local
|
| /system/chre/platform/slpi/ |
| D | platform_nanoapp.cc | 192 bool success = false; in setAppInfo() local 206 bool success = false; in reserveBuffer() local 231 bool success = true; in copyNanoappFragment() local 272 bool success = false; in openNanoapp() local 327 bool success = false; in verifyNanoappInfo() local
|
| D | nanoapp_load_manager.cc | 35 bool success = false; in prepareForLoad() local 54 bool success = false; in copyNanoappFragment() local
|
| /system/chre/apps/message_world/ |
| D | message_world.cc | 51 bool success = chreSendMessageToHostEndpoint( in nanoappStart() local 70 bool success = chreSendMessageToHostEndpoint( in nanoappHandleEvent() local
|
| /system/chre/apps/audio_stress_test/ |
| D | audio_stress_test.cc | 106 bool success = false; in discoverAudioHandle() local 140 bool success = false; in requestAudioForCurrentTestState() local 167 bool success = (gTimerHandle != CHRE_TIMER_INVALID); in advanceTestPosition() local
|
| /system/core/libsuspend/ |
| D | autosuspend_wakeup_count.cpp | 56 static void update_sleep_time(bool success) { in update_sleep_time() 66 bool success = true; in suspend_thread_func() local 219 static void autosuspend_set_wakeup_callback(void (*func)(bool success)) { in autosuspend_set_wakeup_callback()
|
| /system/chre/util/system/ |
| D | debug_dump.cc | 49 bool success = in print() local 82 bool success = false; in insertString() local
|
| /system/chre/apps/test/common/chre_audio_concurrency_test/src/ |
| D | chre_audio_concurrency_test_manager.cc | 48 bool success = true; in getTestStep() local 75 bool success = true; in handleTestCommandMessage() local 111 bool success = false; in handleMessageFromHost() local
|
| /system/security/keystore-engine/ |
| D | keystore_backend_hidl.cpp | 47 bool success = false; in sign() local 77 bool success = false; in get_pubkey() local
|
| /system/hardware/interfaces/suspend/aidl/android/system/suspend/ |
| D | ISuspendCallback.aidl | 30 void notifyWakeup(boolean success); in notifyWakeup()
|