Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 18 of 18) sorted by relevance

/system/extras/boottime_tools/io_analysis/
Dcheck_file_read.py352 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/
Dwifi_request_manager.cc188 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/
Dplatform_wifi.cc118 void PlatformWifiBase::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback() argument
120 .handleScanResponse(pending, errorCode); in scanResponseCallback()
/system/chre/core/include/chre/core/
Dwifi_request_manager.h140 void handleScanResponse(bool pending, uint8_t errorCode);
375 void handleScanResponseSync(bool pending, uint8_t errorCode);
/system/chre/platform/shared/include/chre/target_platform/
Dplatform_wifi_base.h41 static void scanResponseCallback(bool pending, uint8_t errorCode);
/system/bt/service/doc/
DIBluetoothGattServer.txt50 * 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
DIBluetoothGattClient.txt65 * 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/
Dwifi.h95 void (*scanResponseCallback)(bool pending, uint8_t errorCode);
/system/core/libsysutils/src/
DSocketListener.cpp197 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/
Dusb.cpp121 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/
DThreadTest.cpp77 TEST(ThreadTest, pending) { in TEST() argument
/system/core/healthd/
Dhealthd_mode_charger.cpp97 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/
Dpriv_app.te110 # Allow GMS core to access system_update_service (e.g. to publish pending
/system/netd/resolv/
DREADME.md85 If there are any pending queries, `DnsTlsTransport` will retry them.
/system/sepolicy/prebuilts/api/29.0/private/
Dpriv_app.te125 # Allow GMS core to access system_update_service (e.g. to publish pending
/system/sepolicy/private/
Dpriv_app.te125 # Allow GMS core to access system_update_service (e.g. to publish pending
/system/core/adb/
Dprotocol.txt178 recipient should cancel pending WRITEs or CLOSEs, but this is not a
/system/bt/btif/src/
Dbtif_rc.cc428 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()