Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 25 of 147) sorted by relevance

123456

/hardware/qcom/gps/msm8998/android/
DAGnssRil.cpp105 int remain = data.length(); in sendConnectionEvent() local
108 while (remain > 0 && in sendConnectionEvent()
109 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendConnectionEvent()
110 remain, MSG_NOSIGNAL)) > 0) { in sendConnectionEvent()
111 remain -= sent; in sendConnectionEvent()
120 return (remain == 0); in sendConnectionEvent()
/hardware/qcom/gps/msm8909w_3100/gnss/
DXtraSystemStatusObserver.cpp95 int remain = data.length(); in sendEvent() local
97 while (remain > 0 && in sendEvent()
98 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendEvent()
99 remain, MSG_NOSIGNAL)) > 0) { in sendEvent()
100 remain -= sent; in sendEvent()
109 return (remain == 0); in sendEvent()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhci_uart.c461 int remain, r; in read_hci_event() local
492 remain = buf[2]; in read_hci_event()
494 remain = size - 3; in read_hci_event()
496 while ((count - 3) < remain) { in read_hci_event()
497 r = read(fd, buf + count, remain - (count - 3)); in read_hci_event()
Dhw_rome.c297 int remain, r; in read_vs_hci_event() local
331 remain = buf[2]; in read_vs_hci_event()
333 remain = size - 3; in read_vs_hci_event()
335 while ((count - 3) < remain) { in read_vs_hci_event()
336 r = read(fd, buf + count, remain - (count - 3)); in read_vs_hci_event()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhci_uart.c461 int remain, r; in read_hci_event() local
492 remain = buf[2]; in read_hci_event()
494 remain = size - 3; in read_hci_event()
496 while ((count - 3) < remain) { in read_hci_event()
497 r = read(fd, buf + count, remain - (count - 3)); in read_hci_event()
Dhw_rome.c274 int remain, r; in read_vs_hci_event() local
308 remain = buf[2]; in read_vs_hci_event()
310 remain = size - 3; in read_vs_hci_event()
312 while ((count - 3) < remain) { in read_vs_hci_event()
313 r = read(fd, buf + count, remain - (count - 3)); in read_vs_hci_event()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhci_uart.c467 int remain, r; in read_hci_event() local
498 remain = buf[2]; in read_hci_event()
500 remain = size - 3; in read_hci_event()
502 while ((count - 3) < remain) { in read_hci_event()
503 r = read(fd, buf + count, remain - (count - 3)); in read_hci_event()
Dhw_rome.c323 int remain, r; in read_vs_hci_event() local
357 remain = buf[2]; in read_vs_hci_event()
359 remain = size - 3; in read_vs_hci_event()
361 while ((count - 3) < remain) { in read_vs_hci_event()
362 r = read(fd, buf + count, remain - (count - 3)); in read_vs_hci_event()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhci_uart.c470 int remain, r; in read_hci_event() local
501 remain = buf[2]; in read_hci_event()
503 remain = size - 3; in read_hci_event()
505 while ((count - 3) < remain) { in read_hci_event()
506 r = read(fd, buf + count, remain - (count - 3)); in read_hci_event()
Dhw_rome.c304 int remain, r; in read_vs_hci_event() local
338 remain = buf[2]; in read_vs_hci_event()
340 remain = size - 3; in read_vs_hci_event()
342 while ((count - 3) < remain) { in read_vs_hci_event()
343 r = read(fd, buf + count, remain - (count - 3)); in read_vs_hci_event()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhci_uart.c466 int remain, r; in read_hci_event() local
497 remain = buf[2]; in read_hci_event()
499 remain = size - 3; in read_hci_event()
501 while ((count - 3) < remain) { in read_hci_event()
502 r = read(fd, buf + count, remain - (count - 3)); in read_hci_event()
Dhw_rome.c318 int remain, r; in read_vs_hci_event() local
352 remain = buf[2]; in read_vs_hci_event()
354 remain = size - 3; in read_vs_hci_event()
356 while ((count - 3) < remain) { in read_vs_hci_event()
357 r = read(fd, buf + count, remain - (count - 3)); in read_vs_hci_event()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_pipeline_library_group_handles.adoc36 Group handles obtained from a library must: remain bitwise identical in any
40 AddToStateObject(), which guarantees that group handles returned remain
DVK_EXT_memory_priority.adoc24 allocations are more likely to remain in device-local memory.
DVK_EXT_extended_dynamic_state2.adoc37 Extension interfaces that were promoted remain available as aliases of the
DVK_EXT_extended_dynamic_state.adoc40 Extension interfaces that were promoted remain available as aliases of the
DVK_EXT_fragment_density_map2.adoc36 limits to require apps remain within these boundaries if they wish to use
DVK_KHR_external_semaphore_win32.adoc58 when creating the object and remain static for the life of the Vulkan
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp1034 int remain = data.length(); in sendConnectionEvent() local
1037 while (remain > 0 && in sendConnectionEvent()
1038 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendConnectionEvent()
1039 remain, MSG_NOSIGNAL)) > 0) { in sendConnectionEvent()
1040 remain -= sent; in sendConnectionEvent()
1049 return (remain == 0); in sendConnectionEvent()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc.cpp1039 int remain = data.length(); in sendConnectionEvent() local
1042 while (remain > 0 && in sendConnectionEvent()
1043 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendConnectionEvent()
1044 remain, MSG_NOSIGNAL)) > 0) { in sendConnectionEvent()
1045 remain -= sent; in sendConnectionEvent()
1054 return (remain == 0); in sendConnectionEvent()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc.cpp188 int remain = data.length(); in sendConnectionEvent() local
191 while (remain > 0 && in sendConnectionEvent()
192 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendConnectionEvent()
193 remain, MSG_NOSIGNAL)) > 0) { in sendConnectionEvent()
194 remain -= sent; in sendConnectionEvent()
203 return (remain == 0); in sendConnectionEvent()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_pipeline_library_group_handles.adoc14 and handles are guaranteed to remain bitwise identical when linked into other pipelines.
15 …hader groups to a ray tracing pipeline and group handles are required to remain bitwise identical …
32 the group handles remain bitwise identical.
/hardware/interfaces/gnss/measurement_corrections/1.1/
DIMeasurementCorrections.hal29 * those remain raw, uncorrected measurements.
/hardware/interfaces/gnss/measurement_corrections/1.0/
DIMeasurementCorrections.hal29 * those remain raw, uncorrected measurements.
/hardware/interfaces/broadcastradio/1.1/
DIBroadcastRadio.hal47 * However, it must remain valid for a currently tuned program at least

123456