/system/chre/util/include/chre/util/ |
D | array_queue_impl.h | 77 bool success = pushTail(); in push() local 86 bool success = pushTail(); in push() local 110 bool success; in remove() local 140 bool success = pushTail(); in emplace() local 216 bool success; in pushTail() local
|
D | priority_queue_impl.h | 54 bool success = mData.push_back(element); in push() local 64 bool success = mData.emplace_back(args...); in emplace() local
|
D | fixed_size_blocking_queue_impl.h | 28 bool success; in push() local
|
/system/chre/core/ |
D | sensor_request_manager.cc | 35 bool success = true; in isSensorRequestValid() local 132 bool success; in setSensorRequest() local 186 bool success = false; in getSensorInfo() local 223 bool success = false; in removeAllRequests() local 260 bool success = false; in getSensorSamplingStatus() local 288 bool success = debugDumpPrint(buffer, bufferPos, bufferSize, "\nSensors:\n"); in logStateToBuffer() local 332 bool success = true; in add() local 359 bool success = true; in remove() local 387 bool success = true; in update() local 414 bool success = true; in removeAll() local
|
D | wifi_request_manager.cc | 49 bool success = false; in configureScanMonitor() local 94 bool success = false; in requestScan() local 179 bool success = debugDumpPrint(buffer, bufferPos, bufferSize, "\nWifi: " in logStateToBuffer() local 244 bool success = mScanMonitorStateTransitions.push(scanMonitorStateTransition); in addScanMonitorRequestToQueue() local 254 bool success = true; in updateNanoappScanMonitoringList() local 299 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEvent() 328 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEventFatal() 337 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEvent() 360 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEventFatal() 380 bool success = (errorCode == CHRE_ERROR_NONE); in handleScanMonitorStateChangeSync() local [all …]
|
D | timer_pool.cc | 47 bool success = insertTimerRequest(timerRequest); in setTimer() local 73 bool success = false; in cancelTimer() local 152 bool success = (mTimerRequests.size() < kMaxTimerRequests) && in insertTimerRequest() local 171 bool success = false; in handleExpiredTimersAndScheduleNext() local
|
D | gnss_request_manager.cc | 99 bool success = debugDumpPrint(buffer, bufferPos, bufferSize, "\nGNSS:" in logStateToBuffer() local 130 bool success = false; in configureLocationSession() local 194 bool success = mLocationSessionStateTransitions.push(stateTransition); in addLocationSessionRequestToQueue() local 254 bool success = true; in updateLocationSessionRequests() local 306 uint32_t instanceId, bool success, bool enable, Milliseconds minInterval, in postLocationSessionAsyncResultEvent() 340 uint32_t instanceId, bool success, bool enable, Milliseconds minInterval, in postLocationSessionAsyncResultEventFatal() 350 bool success = (errorCode == CHRE_ERROR_NONE); in handleLocationSessionStatusChangeSync() local
|
D | nanoapp.cc | 62 bool success; in configureNanoappInfoEvents() local 93 bool success = PlatformNanoapp::logStateToBuffer(buffer, bufferPos, in logStateToBuffer() local
|
D | sensor.cc | 22 bool success = false; in setRequest() local
|
D | wwan_request_manager.cc | 38 bool success = false; in requestCellInfo() local 82 bool success = debugDumpPrint(buffer, bufferPos, bufferSize, "\nWWAN:\n"); in logStateToBuffer() local
|
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 76 bool success = false; in loadFromBuffer() local 128 bool success = false; in openNanoapp() local 152 bool success = false; in openNanoappFromBuffer() local 190 bool success = false; in openNanoappFromFile() local 245 bool success = true; in logStateToBuffer() local
|
/system/connectivity/wificond/tests/ |
D | scanner_unittest.cpp | 145 bool success = false; in TEST_F() local 165 bool success = false; in TEST_F() local 221 bool success = false; in TEST_F() local 236 bool success = false; in TEST_F() local 252 bool success = false; in TEST_F() local 273 bool success = false; in TEST_F() local 293 bool success = false; in TEST_F() local 319 bool success = false; in TEST_F() local 348 bool success = false; in TEST_F() 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/core/libsuspend/ |
D | autosuspend_wakeup_count.c | 49 static void update_sleep_time(bool success) { in update_sleep_time() 64 bool success = true; in suspend_thread_func() local 158 void set_wakeup_callback(void (*func)(bool success)) in set_wakeup_callback()
|
/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/platform/shared/ |
D | chre_api_sensor.cc | 46 bool success = false; in chreGetSensorInfo() local 58 bool success = false; in chreGetSensorSamplingStatus() local
|
D | host_protocol_chre.cc | 33 bool success = verifyMessage(message, messageLen); in decodeMessageFromHost() local 145 uint32_t transactionId, bool success) { in encodeLoadNanoappResponse() 154 uint32_t transactionId, bool success) { in encodeUnloadNanoappResponse() 182 bool success, uint32_t dataCount) { in encodeDebugDumpResponse()
|
D | chre_api_core.cc | 54 bool success = false; in chreSendEvent() local 83 bool success = false; in chreSendMessageToHostEndpoint() local
|
/system/connectivity/wificond/ |
D | client_interface_binder.cpp | 40 Status ClientInterfaceBinder::enableSupplicant(bool* success) { in enableSupplicant() 45 Status ClientInterfaceBinder::disableSupplicant(bool* success) { in disableSupplicant()
|
/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/chre/platform/linux/ |
D | platform_nanoapp.cc | 85 bool success = false; in openNanoapp() local 101 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/core/adb/sysdeps/win32/ |
D | errno_test.cpp | 43 std::string success = adb_strerror(0); in TEST() local
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_dso_util.cc | 34 bool success = false; in validateAppInfo() local
|