Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 19 of 19) 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/core/toolbox/upstream-netbsd/bin/dd/
Ddd.c82 static off_t pending = 0; /* pending seek if sparse */ variable
455 if ((out.dbcnt == 0) && pending) { in dd_close()
459 pending -= out.dbsz; in dd_close()
518 pending += cnt; in dd_out()
524 if (pending != 0) { in dd_out()
526 out.fd, pending, SEEK_CUR) == -1) in dd_out()
541 if (pending) { in dd_out()
542 st.bytes += pending; in dd_out()
543 st.sparse += pending/out.dbsz; in dd_out()
544 st.out_full += pending/out.dbsz; in dd_out()
[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()
503 void WifiRequestManager::handleScanResponseSync(bool pending, in handleScanResponseSync() argument
513 if (!pending && errorCode == CHRE_ERROR_NONE) { in handleScanResponseSync()
519 bool success = (pending && errorCode == CHRE_ERROR_NONE); in handleScanResponseSync()
522 pending, errorCode); in handleScanResponseSync()
529 mScanRequestResultsArePending = pending; in handleScanResponseSync()
531 if (pending) { in handleScanResponseSync()
/system/chre/platform/shared/
Dplatform_wifi.cc119 void PlatformWifiBase::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback() argument
121 .handleScanResponse(pending, errorCode); in scanResponseCallback()
/system/chre/core/include/chre/core/
Dwifi_request_manager.h138 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/extras/memory_replay/tests/
DThreadTest.cpp77 TEST(ThreadTest, pending) { in TEST() argument
/system/core/healthd/
Dhealthd_mode_charger.cpp86 bool pending; member
395 charger->keys[code].pending = true; in set_key_callback()
459 if (key->pending) { in process_key()
465 key->pending = false; in process_key()
/system/chre/platform/shared/idl/
Dhost_messages.fbs91 /// If there is already a pending request for the client, the pending request
/system/sepolicy/private/
Dpriv_app.te110 # Allow GMS core to access system_update_service (e.g. to publish pending
/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/server/dns/
DREADME.md85 If there are any pending queries, `DnsTlsTransport` will retry them.
/system/core/adb/
Dprotocol.txt178 recipient should cancel pending WRITEs or CLOSEs, but this is not a
/system/bt/btif/src/
Dbtif_rc.cc430 void fill_pdu_queue(int index, uint8_t ctype, uint8_t label, bool pending, in fill_pdu_queue() argument
434 p_dev->rc_pdu_info[index].is_rsp_pending = pending; in fill_pdu_queue()
/system/tpm/trunks/generator/
Draw_commands.txt14838 restrict the number of pending private keys – keys that have been allocated but not used.
14849 use is pending. When the ephemeral key is consumed, the bit is cleared. This prevents the key from
14851 Since the TPM is allowed to restrict the number of pending ephemeral keys, the array size can be li…
14852 For example, a 128 bit array would allow 128 keys to be "pending".
Draw_commands_fixed.txt14849 restrict the number of pending private keys – keys that have been allocated but not used.
14860 use is pending. When the ephemeral key is consumed, the bit is cleared. This prevents the key from
14862 Since the TPM is allowed to restrict the number of pending ephemeral keys, the array size can be li…
14863 For example, a 128 bit array would allow 128 keys to be "pending".