Home
last modified time | relevance | path

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

1234

/hardware/qcom/sdm845/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/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/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/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/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/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/sdm845/bt/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.c319 int remain, r; in read_vs_hci_event() local
353 remain = buf[2]; in read_vs_hci_event()
355 remain = size - 3; in read_vs_hci_event()
357 while ((count - 3) < remain) { in read_vs_hci_event()
358 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/qcom/sdm845/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/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/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/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/sdm845/gps/msm8996/loc_api/libloc_api_50001/
Dloc.cpp187 int remain = data.length(); in sendConnectionEvent() local
190 while (remain > 0 && in sendConnectionEvent()
191 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendConnectionEvent()
192 remain, MSG_NOSIGNAL)) > 0) { in sendConnectionEvent()
193 remain -= sent; in sendConnectionEvent()
202 return (remain == 0); in sendConnectionEvent()
/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
/hardware/interfaces/weaver/1.0/
DIWeaver.hal45 * order to remain idempotent.
/hardware/interfaces/biometrics/fingerprint/2.1/
Dtypes.hal119 /** How many templates remain to iterate through */
/hardware/interfaces/broadcastradio/2.0/
DIBroadcastRadio.hal90 * However, it must remain valid for a currently tuned program at least

1234