Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 45) sorted by relevance

12

/system/bt/gd/cert/
Dpy_le_acl_manager.py112 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()
Dpy_acl_manager.py82 complete = connection_complete.get()
83 handle = complete.GetConnectionHandle()
84 address = complete.GetBdAddr()
/system/bt/gd/hal/fuzz/
Dfuzz_hci_hal.cc66 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/
Dlog_event_list.cpp372 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/
DREADME3 dumpcache.c: dumps complete pagecache of device.
/system/core/fastboot/
Dfastboot.bash179 complete -F _fastboot fastboot
181 complete -o nospace -F _fastboot fastboot
/system/chre/platform/slpi/include/chre/platform/slpi/
Ddebug_dump.h127 size_t debugStrSize, bool complete);
/system/core/trusty/storage/lib/include/trusty/lib/
Dstorage.h151 int storage_end_transaction(storage_session_t session, bool complete);
/system/bt/gd/neighbor/
Dinquiry.h40 InquiryCompleteCallback complete; member
Dinquiry.cc205 inquiry_callbacks_.complete(packet.GetStatus()); in OnEvent()
383 inquiry_callbacks_.extended_result != nullptr && inquiry_callbacks_.complete != nullptr; in HasCallbacks()
/system/extras/simpleperf/
DREADME.md17 Once you have the build id (a 7-digit number) and the build is complete, run the
/system/core/adb/
Dadb.bash496 complete -F _adb adb
498 complete -o nospace -F _adb adb
/system/core/libstats/socket/
DAndroid.bp26 // migration is complete.
/system/core/trusty/storage/lib/
Dstorage.c301 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/
Dpwrtest.sh233 echo Wait 30s to complete boot activities...
235 echo Restart complete.
/system/core/trusty/storage/tests/
Dmain.cpp102 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/
Dlog_event_list.h46 uint16_t complete; member
/system/netd/tests/benchmarks/
DREADME.md17 <td>Mean wall-clock time taken for each iteration of the function under test to complete. This
/system/bt/gd/hci/
Dhci_layer.cc45 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/
Dfacade.cc195 .complete = [this](hci::ErrorCode status) { on_incoming_inquiry_complete(status); }}; in __anon26ee629a0402()
/system/memory/lmkd/
DREADME.md88 ro.lmk.psi_complete_stall_ms: complete PSI stall threshold in milliseconds for
/system/chre/platform/slpi/
Dhost_link.cc410 size_t debugStrSize, bool complete) { in onDebugDumpDataReady() argument
417 if (complete) { in onDebugDumpDataReady()
/system/core/bootstat/
Dbootstat.rc76 # Record boot complete metrics.
/system/core/liblog/tests/
Dliblog_test.cpp2147 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/
Dsnapshot.proto107 // Merging is complete, and needs to be acknowledged.

12