/system/bt/gd/cert/ |
D | py_le_acl_manager.py | 112 complete = connection_complete.get() 113 handle = complete.GetConnectionHandle() 114 remote = complete.GetPeerAddress() 115 if complete.GetSubeventCode() == hci_packets.SubeventCode.ENHANCED_CONNECTION_COMPLETE: 116 address = complete.GetLocalResolvablePrivateAddress()
|
D | py_acl_manager.py | 82 complete = connection_complete.get() 83 handle = complete.GetConnectionHandle() 84 address = complete.GetBdAddr()
|
/system/bt/gd/hal/fuzz/ |
D | fuzz_hci_hal.cc | 66 hci::CommandCompleteView complete = hci::CommandCompleteView::Create(event); in injectHciEvent() local 67 if (complete.IsValid()) { in injectHciEvent() 68 if (waiting_for_status_ || complete.GetCommandOpCode() != waiting_opcode_) { in injectHciEvent()
|
/system/core/liblog/ |
D | log_event_list.cpp | 372 elem.complete = true; in android_log_read_next_internal() 383 elem.complete = !context->count[0] && (!context->list_nest_depth || in android_log_read_next_internal() 403 elem.complete = true; in android_log_read_next_internal() 423 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal() 445 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal() 459 elem.complete = true; in android_log_read_next_internal() 472 elem.complete = true; in android_log_read_next_internal() 481 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal() 495 elem.complete = true; in android_log_read_next_internal() 500 elem.complete = context->list_nest_depth >= ANDROID_MAX_LIST_NEST_DEPTH; in android_log_read_next_internal() [all …]
|
/system/extras/pagecache/ |
D | README | 3 dumpcache.c: dumps complete pagecache of device.
|
/system/core/fastboot/ |
D | fastboot.bash | 179 complete -F _fastboot fastboot 181 complete -o nospace -F _fastboot fastboot
|
/system/chre/platform/slpi/include/chre/platform/slpi/ |
D | debug_dump.h | 127 size_t debugStrSize, bool complete);
|
/system/core/trusty/storage/lib/include/trusty/lib/ |
D | storage.h | 151 int storage_end_transaction(storage_session_t session, bool complete);
|
/system/bt/gd/neighbor/ |
D | inquiry.h | 40 InquiryCompleteCallback complete; member
|
D | inquiry.cc | 205 inquiry_callbacks_.complete(packet.GetStatus()); in OnEvent() 383 inquiry_callbacks_.extended_result != nullptr && inquiry_callbacks_.complete != nullptr; in HasCallbacks()
|
/system/extras/simpleperf/ |
D | README.md | 17 Once you have the build id (a 7-digit number) and the build is complete, run the
|
/system/core/adb/ |
D | adb.bash | 496 complete -F _adb adb 498 complete -o nospace -F _adb adb
|
/system/core/libstats/socket/ |
D | Android.bp | 26 // migration is complete.
|
/system/core/trusty/storage/lib/ |
D | storage.c | 301 int storage_end_transaction(storage_session_t session, bool complete) in storage_end_transaction() argument 305 .flags = complete ? STORAGE_MSG_FLAG_TRANSACT_COMPLETE : 0, in storage_end_transaction()
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 233 echo Wait 30s to complete boot activities... 235 echo Restart complete.
|
/system/core/trusty/storage/tests/ |
D | main.cpp | 102 void WriteReadAtOffsetHelper(file_handle_t handle, size_t blk, size_t cnt, bool complete); 104 void WriteZeroChunk(file_handle_t handle, storage_off_t off, size_t chunk_len, bool complete ); 105 … void WritePatternChunk(file_handle_t handle, storage_off_t off, size_t chunk_len, bool complete); 106 …Pattern(file_handle_t handle, storage_off_t off, size_t data_len, size_t chunk_len, bool complete); 126 size_t chunk_len, bool complete) in WriteZeroChunk() argument 137 complete ? STORAGE_OP_COMPLETE : 0); in WriteZeroChunk() 142 size_t chunk_len, bool complete) in WritePatternChunk() argument 153 complete ? STORAGE_OP_COMPLETE : 0); in WritePatternChunk() 158 size_t data_len, size_t chunk_len, bool complete) in WritePattern() argument 166 WritePatternChunk(handle, off, chunk_len, (chunk_len == data_len) && complete); in WritePattern() [all …]
|
/system/core/liblog/include/log/ |
D | log_event_list.h | 46 uint16_t complete; member
|
/system/netd/tests/benchmarks/ |
D | README.md | 17 <td>Mean wall-clock time taken for each iteration of the function under test to complete. This
|
/system/bt/gd/hci/ |
D | hci_layer.cc | 45 static void fail_if_reset_complete_not_success(CommandCompleteView complete) { in fail_if_reset_complete_not_success() argument 46 auto reset_complete = ResetCompleteView::Create(complete); in fail_if_reset_complete_not_success()
|
/system/bt/gd/neighbor/facade/ |
D | facade.cc | 195 .complete = [this](hci::ErrorCode status) { on_incoming_inquiry_complete(status); }}; in __anon26ee629a0402()
|
/system/memory/lmkd/ |
D | README.md | 88 ro.lmk.psi_complete_stall_ms: complete PSI stall threshold in milliseconds for
|
/system/chre/platform/slpi/ |
D | host_link.cc | 410 size_t debugStrSize, bool complete) { in onDebugDumpDataReady() argument 417 if (complete) { in onDebugDumpDataReady()
|
/system/core/bootstat/ |
D | bootstat.rc | 76 # Record boot complete metrics.
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2147 elem.complete = true; in android_log_buffer_to_string() 2152 if (elem.complete) { in android_log_buffer_to_string() 2174 if (elem.complete) { in android_log_buffer_to_string() 2181 if (!next.complete && in android_log_buffer_to_string() 2191 } while ((elem.type != EVENT_TYPE_UNKNOWN) && !overflow && !elem.complete); in android_log_buffer_to_string() 2206 if ((elem.type == EVENT_TYPE_UNKNOWN) && !elem.complete) { in android_log_buffer_to_string()
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 107 // Merging is complete, and needs to be acknowledged.
|