| /system/connectivity/wificond/tests/ |
| D | scanner_unittest.cpp | 163 bool success = false; in TEST_F() local 182 bool success = false; in TEST_F() local 197 bool success = false; in TEST_F() local 212 bool success = false; in TEST_F() local 226 bool success = false; in TEST_F() local 240 bool success = false; in TEST_F() local 254 bool success = false; in TEST_F() local 271 bool success = false; in TEST_F() local 329 bool success = false; in TEST_F() local 345 bool success = false; in TEST_F() local [all …]
|
| /system/chre/platform/slpi/see/ |
| D | see_helper.cc | 141 bool success = false; in copyPayload() local 171 bool success = pb_get_encoded_size(msgLen, sns_std_attr_req_fields, &req); in encodeSnsStdAttrReq() local 207 bool success = false; in encodeSnsSuidReq() local 256 bool success = false; in encodeSnsResamplerConfig() local 303 bool success = false; in encodeSnsStdSensorConfig() local 342 bool success = pb_encode( in encodeSnsRemoteProcSensorConfig() local 363 bool success = false; in prepSnsClientReq() local 403 bool success = pb_read(stream, nullptr /* buf */, stream->bytes_left); in decodeStringField() local 416 bool success = pb_decode(stream, sns_std_suid_fields, &suid); in decodeSnsSuidEventSuid() local 443 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 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 | sensor_request_manager.cc | 35 bool success = true; in isSensorRequestValid() local 145 bool success; in setSensorRequest() local 214 bool success = false; in getSensorInfo() local 252 bool success = false; in removeAllRequests() local 292 bool success = false; in getSensorSamplingStatus() local 320 bool success = false; in configureBiasEvents() local 340 bool success = false; in getThreeAxisBias() local 359 bool success = false; in flushAsync() local 510 bool success = true; in add() local 537 bool success = true; in remove() local [all …]
|
| 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() 396 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEventFatal() 405 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEvent() 428 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEventFatal() 444 bool success = (errorCode == CHRE_ERROR_NONE); in handleScanMonitorStateChangeSync() 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() 310 uint32_t instanceId, bool success, bool enable, Milliseconds minInterval, in postAsyncResultEventFatal() 319 bool success = (errorCode == CHRE_ERROR_NONE); in handleStatusChangeSync() local 391 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/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/hardware/interfaces/suspend/aidl/android/system/suspend/ |
| D | ISuspendCallback.aidl | 30 void notifyWakeup(boolean success); in notifyWakeup()
|
| /system/chre/platform/linux/ |
| D | platform_nanoapp.cc | 83 bool success = false; in openNanoapp() local 99 bool success = false; in openNanoappFromFile() local
|
| /system/libhidl/libhidlcache/ |
| D | libhidlcache_test.cpp | 55 EXPECT_OK(ashmemAllocator->allocate(1024, [&](bool success, const hidl_memory& _mem) { in HidlCacheWhiteBoxTest() 122 EXPECT_OK(ashmemAllocator->allocate(2048, [&m1](bool success, const hidl_memory& mem) { in TEST_F() 127 EXPECT_OK(ashmemAllocator->allocate(4096, [&m2](bool success, const hidl_memory& mem) { in TEST_F()
|
| /system/chre/platform/slpi/include/chre/platform/slpi/ |
| D | power_control_util.h | 42 bool success = false; in slpiForceBigImage() local
|
| /system/libvintf/ |
| D | CompatibilityMatrix.cpp | 300 bool success = mergeField(&this->framework.mSepolicy, &other->framework.mSepolicy); in addSepolicy() local 306 bool success = mergeField(&this->framework.mAvbMetaVersion, &other->framework.mAvbMetaVersion); in addAvbMetaVersion() local 314 bool success = mergeField(&this->device.mVndk, &other->device.mVndk); in addVndk() local 321 bool success = mergeField(&this->device.mVendorNdk, &other->device.mVendorNdk); in addVendorNdk() local 382 bool success = false; in combine() local 408 bool success = baseMatrix->addAll(&e, error); in combineDeviceMatrices() local
|