/system/extras/boottime_tools/io_analysis/ |
D | check_file_read.py | 352 for pending in access_list: 353 offset, valid_access_size = pending.get_valid_access(address - access_addr, l) 355 if pending.is_req_started(): # spread across multiple reads. complete alone 356 pending.queue_block_access(offset, valid_access_size) 357 if pending.is_req_complete(): 358 pending.handle_req_complete(time, is_read) 359 reqs_to_remove.append(pending) 361 pending.queue_block_access(offset, valid_access_size) 362 if pending.is_req_complete(): 363 reads = accesses_per_inodes.get(pending.inode, [[], [], []]) [all …]
|
/system/chre/core/ |
D | wifi_request_manager.cc | 188 void WifiRequestManager::handleScanResponse(bool pending, in handleScanResponse() argument 191 bool pending; in handleScanResponse() member 199 cbState->pending = pending; in handleScanResponse() 205 .handleScanResponseSync(state->pending, state->errorCode); in handleScanResponse() 496 void WifiRequestManager::handleScanResponseSync(bool pending, in handleScanResponseSync() argument 506 if (!pending && errorCode == CHRE_ERROR_NONE) { in handleScanResponseSync() 512 bool success = (pending && errorCode == CHRE_ERROR_NONE); in handleScanResponseSync() 515 pending, errorCode); in handleScanResponseSync() 522 mScanRequestResultsArePending = pending; in handleScanResponseSync() 524 if (pending) { in handleScanResponseSync()
|
/system/chre/platform/shared/ |
D | platform_wifi.cc | 118 void PlatformWifiBase::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback() argument 120 .handleScanResponse(pending, errorCode); in scanResponseCallback()
|
/system/chre/core/include/chre/core/ |
D | wifi_request_manager.h | 140 void handleScanResponse(bool pending, uint8_t errorCode); 375 void handleScanResponseSync(bool pending, uint8_t errorCode);
|
/system/chre/platform/shared/include/chre/target_platform/ |
D | platform_wifi_base.h | 41 static void scanResponseCallback(bool pending, uint8_t errorCode);
|
/system/bt/service/doc/ |
D | IBluetoothGattServer.txt | 50 * Sends a response to a currently pending read or write request. The request 67 * will remain pending until the remote device sends a handle-value 68 * confirmation. Returns false if a call to this method is pending. Otherwise
|
D | IBluetoothGattClient.txt | 65 * request cannot be started, e.g. if a read is already pending on this remote 103 * request cannot be started, e.g. if a read is already pending on this remote
|
/system/chre/pal/include/chre/pal/ |
D | wifi.h | 95 void (*scanResponseCallback)(bool pending, uint8_t errorCode);
|
/system/core/libsysutils/src/ |
D | SocketListener.cpp | 197 std::vector<SocketClient*> pending; in runListener() local 209 pending.push_back(c); in runListener() 215 for (SocketClient* c : pending) { in runListener()
|
/system/core/adb/daemon/ |
D | usb.cpp | 121 bool pending = false; member 468 block->pending = false; in PrepareReadBlock() 522 block->pending = false; in HandleRead() 535 if (current_block->pending) { in HandleRead() 576 block->pending = true; in SubmitRead() 645 CHECK(!write_requests_[writes_submitted_ + i]->pending); in SubmitWrites() 646 write_requests_[writes_submitted_ + i]->pending = true; in SubmitWrites()
|
/system/extras/memory_replay/tests/ |
D | ThreadTest.cpp | 77 TEST(ThreadTest, pending) { in TEST() argument
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 97 bool pending; member 434 charger->keys[code].pending = true; in set_key_callback() 498 if (key->pending) { in process_key() 505 key->pending = false; in process_key()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | priv_app.te | 110 # Allow GMS core to access system_update_service (e.g. to publish pending
|
/system/netd/resolv/ |
D | README.md | 85 If there are any pending queries, `DnsTlsTransport` will retry them.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | priv_app.te | 125 # Allow GMS core to access system_update_service (e.g. to publish pending
|
/system/sepolicy/private/ |
D | priv_app.te | 125 # Allow GMS core to access system_update_service (e.g. to publish pending
|
/system/core/adb/ |
D | protocol.txt | 178 recipient should cancel pending WRITEs or CLOSEs, but this is not a
|
/system/bt/btif/src/ |
D | btif_rc.cc | 428 void fill_pdu_queue(int index, uint8_t ctype, uint8_t label, bool pending, in fill_pdu_queue() argument 432 p_dev->rc_pdu_info[index].is_rsp_pending = pending; in fill_pdu_queue()
|