Home
last modified time | relevance | path

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

1234

/system/chre/util/include/chre/util/
Darray_queue_impl.h77 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
Dpriority_queue_impl.h54 bool success = mData.push_back(element); in push() local
64 bool success = mData.emplace_back(args...); in emplace() local
Dfixed_size_blocking_queue_impl.h28 bool success; in push() local
/system/chre/core/
Dsensor_request_manager.cc35 bool success = true; in isSensorRequestValid() local
138 bool success; in setSensorRequest() local
192 bool success = false; in getSensorInfo() local
223 bool success = false; in removeAllRequests() local
273 bool success = true; in add() local
299 bool success = true; in remove() local
326 bool success = true; in update() local
351 bool success = true; in removeAll() local
Dwifi_request_manager.cc43 bool success = false; in configureScanMonitor() local
76 bool success = false; in requestScan() local
189 bool success = mScanMonitorStateTransitions.push(scanMonitorStateTransition); in addScanMonitorRequestToQueue() local
199 bool success = true; in updateNanoappScanMonitoringList() local
244 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEvent()
270 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEventFatal()
279 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEvent()
302 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEventFatal()
322 bool success = (errorCode == CHRE_ERROR_NONE); in handleScanMonitorStateChangeSync() local
371 bool success = (pending && errorCode == CHRE_ERROR_NONE); in handleScanResponseSync() local
Dhost_comms_manager.cc39 bool success = false; in sendMessageToHostFromCurrentNanoapp() local
78 bool success = false; in deliverNanoappMessageFromHost() local
Devent_loop.cc131 bool success = false; in startNanoapp() local
175 bool success = false; in postEvent() local
/system/chre/util/nanoapp/
Dwifi.cc30 bool success = (bufferLen >= (ssidLen + 1)); in parseSsidToStr() local
56 bool success = false; in parseBssidToStr() local
/system/chre/platform/slpi/
Dplatform_nanoapp.cc50 bool success = false; in validateAppInfo() local
105 bool success = false; in loadFromBuffer() local
148 bool success = false; in openNanoapp() local
/system/chre/apps/message_world/
Dmessage_world.cc46 bool success = chreSendMessageToHostEndpoint( in nanoappStart() local
69 bool success = chreSendMessageToHostEndpoint( in nanoappHandleEvent() local
/system/connectivity/wificond/
Dclient_interface_binder.cpp40 Status ClientInterfaceBinder::enableSupplicant(bool* success) { in enableSupplicant()
45 Status ClientInterfaceBinder::disableSupplicant(bool* success) { in disableSupplicant()
/system/security/keystore-engine/
Dkeystore_backend_hidl.cpp47 bool success = false; in sign() local
77 bool success = false; in get_pubkey() local
/system/core/base/
Dutf8_test.cpp140 bool success; in TEST() member
169 const bool success = UTF8ToWide(convert_cases[i].utf8, in TEST() local
204 bool success; in TEST() member
238 const bool success = WideToUTF8(convert_cases[i].utf16, in TEST() local
260 bool success; in TEST() member
/system/chre/host/common/
Dhost_protocol_host.cc61 bool success = verifyMessage(message, messageLen); in decodeMessageFromChre() local
145 bool success = verifyMessage(message, messageLen); in extractHostClientId() local
160 bool success = verifyMessage(message, messageLen); in mutateHostClientId() local
Dsocket_client.cc82 bool success = false; in sendMessage() local
106 bool success = false; in doConnect() local
/system/core/libsuspend/
Dautosuspend_wakeup_count.c51 bool success; in suspend_thread_func() local
144 void set_wakeup_callback(void (*func)(bool success)) in set_wakeup_callback()
/system/core/adb/sysdeps/win32/
Derrno_test.cpp43 std::string success = adb_strerror(0); in TEST() local
/system/security/keystore/
Dkeystore_get_wifi_hidl.cpp49 bool success = false; in keystore_get() local
/system/bt/btif/co/
Dbta_hl_co.cc70 bool success = false; in bta_hl_co_get_num_of_mdep() local
131 bool success = false; in bta_hl_co_get_mdep_config() local
167 bool success = false; in bta_hl_co_get_echo_config() local
/system/netd/server/
DDnsProxyListener.cpp156 bool success = true; in sendhostent() local
196 bool success = in sendaddrinfo() local
235 bool success = !mClient->sendCode(ResponseCode::DnsProxyQueryResult); in run() local
449 bool success = true; in run() local
588 bool success = true; in run() local
/system/chre/platform/shared/
Dhost_protocol_chre.cc33 bool success = verifyMessage(message, messageLen); in decodeMessageFromHost() local
125 uint32_t transactionId, bool success) { in encodeLoadNanoappResponse()
Dchre_api_sensor.cc45 bool success = false; in chreGetSensorInfo() local
/system/libhidl/base/include/hidl/
DSynchronizedQueue.h75 bool success; in push() local
/system/extras/simpleperf/
Dcmd_record_test.cpp223 bool* success) { in CheckKernelSymbol()
243 bool success; in TEST() local
254 bool* success) { in CheckDsoSymbolRecords()
294 bool success; in TEST() local
305 bool success; in TEST() local
/system/libvintf/
Dutils.h85 bool success = converter(outObject, info); in fetchAllInformation() local

1234