Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 148) sorted by relevance

123456

/device/google/contexthub/firmware/lib/libc/
Dcrt.c24 callVect *start = (callVect *)from_addr; in callVectors() local
27 const int32_t count = step > 0 ? end - start : start - end; in callVectors()
30 if (&start[step * count] != end) in callVectors()
33 for (; start != end; start += step) { in callVectors()
34 callVect vec = *start; in callVectors()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DIOStream2.cpp53 char* start = (char*)pixels + startOffset; in readbackPixels() local
59 readback(start, width * bpp); in readbackPixels()
64 start += totalRowSize; in readbackPixels()
66 readback(start, pixelRowSize); in readbackPixels()
70 start += totalRowSize; in readbackPixels()
119 char* start = (char*)pixels + startOffset; in uploadPixels() local
125 writeFully(start, width * bpp); in uploadPixels()
130 start += totalRowSize; in uploadPixels()
132 writeFully(start, pixelRowSize); in uploadPixels()
136 start += totalRowSize; in uploadPixels()
[all …]
/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPRequestResponse.cpp33 size_t start = 0; in setTo() local
34 while (start < size) { in setTo()
35 size_t end = start; in setTo()
45 reinterpret_cast<const char *>(&data[start]), end - start); in setTo()
47 if (start == 0) { in setTo()
54 } else if (end > start) { in setTo()
69 start = end + 2; in setTo()
/device/generic/trusty/
Dinit.qemu_trusty.rc45 # start essential services
47 start goldfish-logcat
48 # start goldfish-setup
56 #start it later
59 start adbd
60 start goldfish-logcat
61 start qemu_trusty-net
63 on property:qemu.adbd=start
65 start adbd
66 start goldfish-logcat
[all …]
/device/generic/opengl-transport/host/commands/emugen/
DstrUtils.cpp39 string::size_type start = str.find_first_not_of(WHITESPACE, 0); in trim() local
41 if (start == string::npos || end == string::npos) { in trim()
44 result = str.substr(start, end - start + 1); in trim()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DIndexRangeCache.cpp26 int start, in addRange() argument
29 r.start = start; in addRange()
45 if (start_out) *start_out = it->second.start; in findRange()
DGLESTextureUtils.cpp224 int* start, in computeTextureStartEnd() argument
236 if (start) *start = startVal; in computeTextureStartEnd()
239 ALOGV("%s: start/end: %d %d", __FUNCTION__, *start, *end); in computeTextureStartEnd()
253 int start, end; in computeTotalImageSize() local
263 &start, in computeTotalImageSize()
278 int start, end; in computeNeededBufferSize() local
288 &start, in computeNeededBufferSize()
290 return end - start; in computeNeededBufferSize()
/device/generic/goldfish/network/netmgr/
Dwifi_forwarder.cpp266 size_t start = mMonitorBuffer.size(); in injectFromPipe() local
267 size_t newSize = start + kForwardBufferIncrement; in injectFromPipe()
275 start = 0; in injectFromPipe()
281 mMonitorBuffer.data() + start, in injectFromPipe()
282 mMonitorBuffer.size() - start); in injectFromPipe()
290 mMonitorBuffer.resize(start); in injectFromPipe()
295 mMonitorBuffer.resize(start); in injectFromPipe()
300 mMonitorBuffer.resize(start + static_cast<size_t>(result)); in injectFromPipe()
/device/google/coral/
Dinit.hardware.diag.rc.userdebug49 start diag_mdlog_start
52 start diag_mdlog_stop
55 start vendor.cnss_diag
61 start vendor.cnss_diag_txt
84 start ftmd
108 start usbd
111 start usbd
/device/google/bonito/
Dinit.hardware.diag.rc.userdebug50 start diag_mdlog_start
53 start diag_mdlog_stop
56 start vendor.cnss_diag
62 start vendor.cnss_diag_txt
85 start ftmd
109 start usbd
112 start usbd
Dinit.hardware.rc66 start vold
69 start logd
75 # start qseecomd early as we mount system/ vendor/ early
77 start vendor.qseecomd
78 start keymaster-4-0
80 # start Citadel keymaster (StrongBox) early
81 start vendor.citadeld
82 start vendor.keymaster-4-0-citadel
88 start insmod_sh
183 start devstart_sh
[all …]
/device/google/crosshatch/
Dinit.hardware.diag.rc.userdebug49 start diag_mdlog_start
52 start diag_mdlog_stop
55 start vendor.cnss_diag
61 start vendor.cnss_diag_txt
84 start ftmd
108 start usbd
111 start usbd
Dinit.hardware.rc68 start vold
71 start logd
77 # start qseecomd early as we mount system/ vendor/ early
79 start vendor.qseecomd
80 start keymaster-4-0
82 # start Citadel keymaster (StrongBox) early
83 start vendor.citadeld
84 start vendor.keymaster-4-0-citadel
109 start insmod_sh
257 # read /persist, so to prevent SLPI startup delays, start both here.
[all …]
/device/google/contexthub/firmware/os/platform/stm32/
Dmpu.c71 static bool mpuRegionCfg(uint32_t regionNo, uint32_t start, uint32_t end, uint32_t attrs) /* region… in mpuRegionCfg() argument
76 if (start > end) in mpuRegionCfg()
79 len = end - start + UINT64_C(1); in mpuRegionCfg()
83 proposedStart = start &~ ((UINT64_C(1) << lenVal) - 1); in mpuRegionCfg()
84 proposedLen = start + len - proposedStart; in mpuRegionCfg()
/device/linaro/dragonboard/qcom/qrtr/src/
Dwaiter.c120 uint64_t start; member
179 oticket->start = ticket->start; in waiter_synchronize()
202 if (ticket->start + ticket->interval < term_time) in waiter_wait()
203 term_time = ticket->start + ticket->interval; in waiter_wait()
239 if (now >= ticket->start + ticket->interval) { in waiter_wait()
240 ticket->start = now; in waiter_wait()
298 ticket->start = time_ms(); in waiter_ticket_set_timeout()
/device/generic/goldfish/network/wifi_forwarder/
Dremote_connection.cpp112 size_t start = mBuffer.size(); in receive() local
113 size_t newSize = start + kReceiveBufferIncrement; in receive()
121 start = 0; in receive()
127 mBuffer.data() + start, in receive()
128 mBuffer.size() - start); in receive()
136 mBuffer.resize(start); in receive()
141 mBuffer.resize(start); in receive()
146 mBuffer.resize(start + static_cast<size_t>(result)); in receive()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/
Dxf-ipc.h273 void *start = shmem->buffer; in xf_ipc_b2a() local
277 else if ((s32)(b - start) < XF_CFG_REMOTE_IPC_POOL_SIZE) in xf_ipc_b2a()
278 return (u32)(b - start); in xf_ipc_b2a()
286 void *start = shmem->buffer; in xf_ipc_a2b() local
289 return start + address; in xf_ipc_a2b()
/device/google/wahoo/
Dinit.hardware.diag.rc.userdebug48 start vendor.diag_mdlog_start
51 start vendor.diag_mdlog_stop
54 start vendor.cnss_diag
60 start vendor.cnss_diag_txt
97 start usbd
100 start usbd
/device/generic/goldfish/wifi/
Dinit.wifi.sh74 setprop ctl.start netmgr
76 setprop ctl.start wifi_forwarder
88 setprop ctl.start emu_hostapd
/device/generic/goldfish-opengl/android-emu/android/base/
DPool.cpp70 uintptr_t start; member
118 uintptr_t start = (uintptr_t)data; in getInterval() local
120 return { start, end }; in getInterval()
344 uintptr_t start = info.interval.start; in free() local
347 if (ptrVal >= start && ptrVal < end) { in free()
/device/generic/goldfish/
Dinit.goldfish.rc41 # start essential services
42 start qemud
43 start goldfish-logcat
44 start goldfish-setup
69 #start it later
72 start adbd
Dinit.ranchu-net.sh7 1) setprop ctl.start dhcpclient_wifi
18 *) setprop ctl.start dhcpclient_def
/device/google/taimen/
Dinit-taimen.rc47 on property:persist.vendor.charge.start.level=* && property:sys.all.modules.ready=1
48 write /sys/module/lge_battery/parameters/charge_start_level ${persist.vendor.charge.start.level}
68 start vendor.theme_set
73 start vendor.theme_clear
76 start vendor.theme_clear
/device/google/muskie/
Dinit-common.rc49 on property:persist.vendor.charge.start.level=* && property:sys.all.modules.ready=1
50 write /sys/module/htc_battery/parameters/charge_start_level ${persist.vendor.charge.start.level}
65 start vendor.darkboot
70 start vendor.darkboot_clear
73 start vendor.darkboot_clear
/device/linaro/poplar/wifi/wifi_hal/
Dwifi_logger.cpp296 int start() { in start() function in DebugCommand
408 wifi_error result = (wifi_error)cmd->start(); in wifi_get_firmware_version()
423 wifi_error result = (wifi_error)cmd->start(); in wifi_get_driver_version()
437 wifi_error result = (wifi_error)cmd->start(); in wifi_get_ring_data()
449 wifi_error result = (wifi_error)cmd->start(); in wifi_get_ring_buffers_status()
465 wifi_error result = (wifi_error)cmd->start(); in wifi_get_logger_supported_feature_set()
481 wifi_error result = (wifi_error)cmd->start(); in wifi_start_logging()
501 int start() { in start() function in SetLogHandler
588 result = (wifi_error)cmd->start(); in wifi_set_log_handler()
630 int start() { in start() function in SetAlertHandler
[all …]

123456