/system/chre/platform/slpi/see/ |
D | see_helper.cc | 145 bool success = false; in copyPayload() local 175 bool success = pb_get_encoded_size(msgLen, sns_std_attr_req_fields, &req); in encodeSnsStdAttrReq() local 211 bool success = false; in encodeSnsSuidReq() local 260 bool success = false; in encodeSnsResamplerConfig() local 307 bool success = false; in encodeSnsStdSensorConfig() local 346 bool success = pb_encode( in encodeSnsRemoteProcSensorConfig() local 367 bool success = false; in prepSnsClientReq() local 407 bool success = pb_read(stream, nullptr /* buf */, stream->bytes_left); in decodeStringField() local 420 bool success = pb_decode(stream, sns_std_suid_fields, &suid); in decodeSnsSuidEventSuid() local 447 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/connectivity/wificond/tests/ |
D | scanner_unittest.cpp | 121 bool success = false; in TEST_F() local 140 bool success = false; in TEST_F() local 155 bool success = false; in TEST_F() local 170 bool success = false; in TEST_F() local 184 bool success = false; in TEST_F() local 198 bool success = false; in TEST_F() local 212 bool success = false; in TEST_F() local 229 bool success = false; in TEST_F() local 287 bool success = false; in TEST_F() local 300 bool success = false; in TEST_F() local [all …]
|
/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 175 bool success = pushTail(); in emplace() local 275 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 | 52 bool success = false; in configureScanMonitor() local 85 bool success = false; in requestRanging() local 145 bool success = false; in requestScan() local 324 bool success = mPendingScanMonitorRequests.push(scanMonitorStateTransition); in addScanMonitorRequestToQueue() local 334 bool success = true; in updateNanoappScanMonitoringList() local 367 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEvent() 397 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEventFatal() 406 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEvent() 430 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEventFatal() 446 bool success = (errorCode == CHRE_ERROR_NONE); in handleScanMonitorStateChangeSync() local [all …]
|
D | sensor_request_manager.cc | 41 bool success = true; in isSensorRequestValid() local 152 bool success; in setSensorRequest() local 222 bool success = false; in getSensorInfo() local 259 bool success = false; in removeAllRequests() local 298 bool success = false; in getSensorSamplingStatus() local 324 bool success = false; in configureBiasEvents() local 344 bool success = false; in getThreeAxisBias() local 362 bool success = false; in flushAsync() local 556 bool success = true; in add() local 583 bool success = true; in remove() local [all …]
|
D | gnss_manager.cc | 141 bool success = false; in configure() local 193 bool success = mStateTransitions.push(stateTransition); in addRequestToQueue() local 243 bool success = true; in updateRequests() local 282 uint32_t instanceId, bool success, bool enable, Milliseconds minInterval, in postAsyncResultEvent() 311 uint32_t instanceId, bool success, bool enable, Milliseconds minInterval, in postAsyncResultEventFatal() 320 bool success = (errorCode == CHRE_ERROR_NONE); in handleStatusChangeSync() local 392 bool success = false; in controlPlatform() local
|
D | timer_pool.cc | 64 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
|
D | sensor.cc | 22 bool success = false; in setRequest() local
|
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 181 bool success = false; in setAppInfo() local 195 bool success = false; in reserveBuffer() local 220 bool success = true; in copyNanoappFragment() local 260 bool success = false; in openNanoapp() local 316 bool success = false; in verifyNanoappInfo() local
|
D | nanoapp_load_manager.cc | 33 bool success = false; in prepareForLoad() local 50 bool success = false; in copyNanoappFragment() local
|
D | platform_audio.cc | 107 bool success = false; in requestAudioDataEvent() local 143 bool success = false; in getAudioSource() 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/apps/message_world/ |
D | message_world.cc | 50 bool success = chreSendMessageToHostEndpoint( in nanoappStart() local 70 bool success = chreSendMessageToHostEndpoint( in nanoappHandleEvent() local
|
/system/chre/apps/audio_stress_test/ |
D | audio_stress_test.cc | 104 bool success = false; in discoverAudioHandle() local 139 bool success = false; in requestAudioForCurrentTestState() local 165 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/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/1.0/default/internal_aidl/android/system/suspend/ |
D | ISuspendCallback.aidl | 30 void notifyWakeup(boolean success); in notifyWakeup()
|
/system/chre/host/common/ |
D | socket_client.cc | 84 bool success = false; in sendMessage() local 108 bool success = false; in doConnect() local 225 bool success = false; in tryConnect() local
|
/system/chre/platform/linux/ |
D | platform_nanoapp.cc | 83 bool success = false; in openNanoapp() local 99 bool success = false; in openNanoappFromFile() local
|
/system/chre/platform/slpi/include/chre/platform/slpi/ |
D | power_control_util.h | 42 bool success = false; in slpiForceBigImage() local
|
/system/security/keystore/binder/android/security/keystore/ |
D | ICredstoreTokenCallback.aidl | 24 void onFinished(boolean success, in byte[] authToken, in byte[] verificationToken); in onFinished()
|
/system/extras/profcollectd/libprofcollectd/ |
D | scheduler.cpp | 162 bool success = hwtracer->Trace(config.traceOutputDir, tag, config.samplingPeriod); in TraceOnce() local 180 bool success = CompressFiles("/sdcard/profile.zip", profiles); in ProcessProfile() local 209 bool success = reader->parse(is, root); in operator >>() local
|