Home
last modified time | relevance | path

Searched defs:success (Results 1 – 25 of 205) sorted by relevance

123456789

/system/chre/apps/power_test/common/
Drequest_manager.cc125 bool success = false; in requestTimer() local
153 bool success = chreWifiRequestScanAsync(&params, nullptr /*cookie*/); in wifiTimerCallback() local
162 bool success; in requestGnssLocation() local
177 bool success; in requestGnssMeasurement() local
190 bool success = chreWwanGetCellInfoAsync(nullptr /* cookie */); in cellTimerCallback() local
196 bool success; in requestAudio() local
218 bool success = chreSensorFindDefault(sensorType, &sensorHandle); in requestSensor() local
238 bool success = true; in requestAllSensors() local
254 bool success = chreAudioGetSource(0 /* handle */, &audioSource); in requestAudioAtFastestRate() local
269 bool success = requestTimer(enable, TimerType::WIFI, Seconds(1)); in requestBreakIt() local
[all …]
Dpower_test.cc41 void sendResponseMessageToHost(bool success, uint16_t hostEndpoint) { in sendResponseMessageToHost()
81 bool success = in nanoappHandleEvent() local
/system/chre/apps/test/common/chre_settings_test/src/
Dchre_settings_test_manager.cc51 bool success = true; in getFeature() local
81 bool success = true; in getFeatureState() local
99 bool success = true; in getTestStep() local
186 bool success = false; in handleMessageFromHost() local
231 bool success = false; in handleStartTestMessage() local
294 bool success = true; in startTestForFeature() local
353 bool success = false; in validateAsyncResult() local
374 bool success = false; in handleWifiAsyncResult() local
440 bool success = false; in handleGnssAsyncResult() local
472 bool success = false; in handleWwanCellInfoResult() local
[all …]
/system/connectivity/wificond/tests/
Dscanner_unittest.cpp124 bool success = false; in TEST_F() local
144 bool success = false; in TEST_F() local
159 bool success = false; in TEST_F() local
174 bool success = false; in TEST_F() local
188 bool success = false; in TEST_F() local
202 bool success = false; in TEST_F() local
216 bool success = false; in TEST_F() local
233 bool success = false; in TEST_F() local
296 bool success = false; in TEST_F() local
309 bool success = false; in TEST_F() local
[all …]
Dserver_unittest.cpp185 bool success = true; in TEST_F() local
202 bool success = true; in TEST_F() local
257 bool success = true; in TEST_F() local
273 bool success = true; in TEST_F() local
347 bool success = true; in TEST_F() local
370 bool success = true; in TEST_F() local
401 bool success = true; in TEST_F() local
/system/chre/apps/test/pts/audio_enable_disable_test/src/
Daudio_enable_disable_test.cc65 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/
Dsee_helper.cc146 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 …]
Disland_vote_client.cc50 bool success = true; in voteBigImage() local
109 bool success = (rc != SNS_RC_FAILED); in voteSnsPowerMode() local
/system/chre/util/include/chre/util/
Darray_queue_impl.h87 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
Dfixed_size_blocking_queue_impl.h28 bool success; in push() local
41 bool success; in push() local
/system/chre/host/common/
Ddaemon_base.cc78 bool success = false; in loadNanoapp() local
106 bool success = sendMessageToChre( in sendNanoappLoad() local
119 bool success = false; in sendTimeSync() local
139 bool success = false; in sendTimeSyncWithRetry() local
151 bool success = false; in sendMessageToChre() local
210 bool success = false; in readFileContents() local
/system/chre/platform/freertos/
Dplatform_nanoapp.cc53 bool success = false; in start() local
179 bool success = false; in reserveBuffer() local
206 bool success = true; in copyNanoappFragment() local
222 bool success = false; in verifyNanoappInfo() local
264 bool success = false; in openNanoapp() local
/system/chre/platform/slpi/
Dplatform_nanoapp.cc82 bool success = false; in setAppInfo() local
98 bool success = false; in reserveBuffer() local
124 bool success = true; in copyNanoappFragment() local
165 bool success = false; in openNanoapp() local
220 bool success = false; in verifyNanoappInfo() local
/system/chre/core/
Dwifi_request_manager.cc54 bool success = false; in configureScanMonitor() local
87 bool success = false; in requestRanging() local
153 bool success = false; in requestScan() local
324 bool success = mPendingScanMonitorRequests.push(scanMonitorStateTransition); in addScanMonitorRequestToQueue() local
334 bool success = true; in updateNanoappScanMonitoringList() local
368 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEvent()
394 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEventFatal()
403 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEvent()
429 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEventFatal()
445 bool success = (errorCode == CHRE_ERROR_NONE); in handleScanMonitorStateChangeSync() local
[all …]
Dgnss_manager.cc31 bool success = true; in getCallbackType() local
51 bool success = true; in getReportEventType() local
103 bool success = false; in configurePassiveLocationListener() local
166 bool success = mPlatformGnss.configurePassiveLocationListener(enable); in platformConfigurePassiveLocationListener() local
373 bool success = false; in configure() local
434 bool success = mStateTransitions.push(stateTransition); in addRequestToQueue() local
486 bool success = true; in updateRequests() local
533 bool GnssSession::postAsyncResultEvent(uint32_t instanceId, bool success, in postAsyncResultEvent()
558 void GnssSession::postAsyncResultEventFatal(uint32_t instanceId, bool success, in postAsyncResultEventFatal()
570 bool success = (errorCode == CHRE_ERROR_NONE); in handleStatusChangeSync() local
[all …]
Dsensor_request_manager.cc38 bool success = false; in isSensorRequestValid() local
166 bool success = false; in setSensorRequest() local
277 bool success = false; in getSensorInfo() local
290 bool success = false; in removeAllRequests() local
326 bool success = false; in getSensorSamplingStatus() local
348 bool success = false; in configureBiasEvents() local
395 bool success = false; in getThreeAxisBias() local
410 bool success = false; in flushAsync() local
688 bool success = true; in addRequest() local
718 bool success = true; in updateRequest() local
[all …]
/system/chre/platform/shared/
Dplatform_sensor_manager.cc85 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
Dhost_protocol_chre.cc47 bool success = verifyMessage(message, messageLen); in decodeMessageFromHost() local
179 bool success, in encodeLoadNanoappResponse()
189 uint32_t transactionId, bool success) { in encodeUnloadNanoappResponse()
229 bool success, in encodeDebugDumpResponse()
257 bool success) { in encodeSelfTestResponse()
265 bool success = true; in getSettingFromFbs() local
289 bool success = true; in getSettingStateFromFbs() local
Dnanoapp_load_manager.cc37 bool success = false; in prepareForLoad() local
57 bool success = false; in copyNanoappFragment() local
/system/chre/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc66 bool success = false; in handleMessageFromHost() local
210 bool success = chreWifiRequestScanAsync(&params, &kOnDemandWifiScanCookie); in handleDelayedWifiTimer() local
410 bool success = chreWifiConfigureScanMonitorAsync( in handleWifiScanMonitoringCommand() local
457 bool success = false; in makeGnssLocationRequest() local
490 bool success = false; in makeGnssMeasurementRequest() local
531 bool success = chreWwanGetCellInfoAsync(&kWwanCellInfoCookie); in makeWwanCellInfoRequest() local
/system/chre/apps/message_world/
Dmessage_world.cc51 bool success = chreSendMessageToHostEndpoint( in nanoappStart() local
70 bool success = chreSendMessageToHostEndpoint( in nanoappHandleEvent() local
/system/chre/apps/audio_stress_test/
Daudio_stress_test.cc106 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/
Dautosuspend_wakeup_count.cpp56 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/platform/slpi/qsh/
Dqsh_shim.cc51 bool success = false; in getCurrentNanoappInstanceId() local
71 bool success = false; in postEventFromQsh() local
/system/chre/util/system/
Ddebug_dump.cc49 bool success = in printVaList() local
82 bool success = false; in insertString() local

123456789