Searched refs:start (Results 126 - 150 of 216) sorted by relevance

123456789

/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dbuild_and_run.sh80 adb shell am start -a android.bluetooth.adapter.action.REQUEST_ENABLE
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S54 ext $t0,\dreg,\shift+5,6 # start green extraction dst[\shift:10..5]
67 ext $t0,\dreg,\shift,5 # start blue extraction dst[\shift:4..0]
/system/core/toolbox/upstream-netbsd/bin/dd/
H A Dmisc.c105 mS = tv2mS(tv) - tv2mS(st.start);
202 mS = tv2mS(tv) - tv2mS(st.start);
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Devent.h14 u64 start; member in struct:mmap_event
23 u64 start; member in struct:mmap2_event
/system/extras/simpleperf/
H A Ddwarf_unwind.cpp115 bt_map.start = map->start_addr;
123 stack_info.start = stack_addr;
/system/extras/tests/timetest/
H A Drtc_test.cpp80 static void rtc_rollover(int start, int end) { argument
121 for (roll.tm_year = start; roll.tm_year < end; ++roll.tm_year) {
/system/media/camera/docs/
H A DCameraMetadataEnums.mako23 * modify the comment blocks at the start or end.
H A DCameraMetadataKeys.mako24 * modify the comment blocks at the start or end.
/system/vold/
H A Dmain.cpp104 if (vm->start()) {
105 PLOG(ERROR) << "Unable to start VolumeManager";
113 if (nm->start()) {
114 PLOG(ERROR) << "Unable to start NetlinkManager";
125 PLOG(ERROR) << "Unable to start CommandListener";
130 PLOG(ERROR) << "Unable to start CryptCommandListener";
/system/core/init/
H A Dinit.cpp151 if (msg == "start") {
265 static bool __attribute__((unused)) set_mmap_rnd_bits_min(int start, int min, bool compat) { argument
276 while (start >= min) {
278 std::string str_val = std::to_string(start);
293 start--;
296 return (start >= min);
696 // ... so that we can start queuing up actions that require stuff from /dev.
709 // Don't mount filesystems or start core system services in charger mode.
H A Ddevices.cpp296 * given a path that may start with a platform device, find the length of the
297 * platform device prefix. If it doesn't start with a platform device, return
334 /* Given a path that may start with a PCI device, populate the supplied buffer
336 * If it doesn't start with a PCI device, or there is some error, return -1 */
339 const char *start, *end; local
345 start = path + 9;
349 end = strchr(start, '/');
357 if (end - start + 1 > buf_sz)
360 strncpy(buf, start, end - start);
[all...]
/system/core/liblog/
H A Dpmsg_reader.c196 ((!logger_list->start.tv_sec && !logger_list->start.tv_nsec) ||
197 ((logger_list->start.tv_sec <= buf.l.realtime.tv_sec) &&
198 ((logger_list->start.tv_sec != buf.l.realtime.tv_sec) ||
199 (logger_list->start.tv_nsec <=
H A Dlogger_read.c255 log_time start,
268 logger_list->start = start;
253 android_logger_list_alloc_time( int mode, log_time start, pid_t pid) argument
H A Dlogd_reader.c538 if (logger_list->start.tv_sec || logger_list->start.tv_nsec) {
547 ret = snprintf(cp, remaining, " start=%" PRIu32 ".%09" PRIu32,
548 logger_list->start.tv_sec,
549 logger_list->start.tv_nsec);
H A Dlogger.h103 log_time start; member in struct:android_log_logger_list
/system/core/logd/
H A DLogKlog.cpp442 // compensated start time.
569 // sniff for start marker
571 const char *start = strnstr(p, len - (p - buf), klogd_message); local
572 if (start) {
573 uint64_t sig = strtoll(start + sizeof(klogd_message) - 1, NULL, 10);
604 start = p;
724 p = start;
/system/bt/btif/src/
H A Dbtif_av.c743 p_av->start.status, p_av->start.suspending, p_av->start.initiator);
745 if ((p_av->start.status == BTA_SUCCESS) && (p_av->start.suspending == TRUE))
748 /* if remote tries to start a2dp when DUT is a2dp source
764 if (btif_a2dp_on_started(&p_av->start,
773 if (p_av->start.status != BTA_AV_SUCCESS)
781 /* change state to started, send acknowledgement if start is pending */
785 /* pending start fla
[all...]
H A Dbtif_avrcp_audio_track.cpp72 trackHolder->track->start();
/system/core/fs_mgr/
H A Dfs_mgr_fstab.c136 char *start = strchr(p, '='); local
137 if (start) {
138 flag_vals->verity_loc = strdup(start + 1);
/system/bt/bta/gatt/
H A Dbta_gatts_int.h157 BOOLEAN start; member in struct:__anon189
/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.h39 virtual bt_status_t Scan(bool start) = 0;
/system/bt/stack/sdp/
H A Dsdp_utils.c551 BE_STREAM_TO_UINT16 (p_seq->attr_entry[p_seq->num_attr].start, p);
552 p_seq->attr_entry[p_seq->num_attr].end = p_seq->attr_entry[p_seq->num_attr].start;
556 BE_STREAM_TO_UINT16 (p_seq->attr_entry[p_seq->num_attr].start, p);
828 /* swap the attribute IDs and start from the beginning */
893 start_id = attr_seq->attr_entry[xx].start;
994 ** offset: current start offset within the attr that needs to be copied
/system/connectivity/shill/vpn/
H A Dopenvpn_management_server.h126 // Returns the first substring in |message| enclosed by the |start| and |end|
128 // |start| is matched.
130 const std::string& start,
/system/core/include/backtrace/
H A DBacktrace.h62 uintptr_t func_offset; // pc relative to the start of the function, only valid if func_name is not NULL.
74 uint64_t start; member in struct:backtrace_stackinfo_t
/system/core/include/log/
H A Dlogger.h187 log_time start,

Completed in 4651 milliseconds

123456789