Home
last modified time | relevance | path

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

1234

/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()
/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/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/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/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.cpp1041 int remain = data.length(); in sendConnectionEvent() local
1044 while (remain > 0 && in sendConnectionEvent()
1045 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendConnectionEvent()
1046 remain, MSG_NOSIGNAL)) > 0) { in sendConnectionEvent()
1047 remain -= sent; in sendConnectionEvent()
1056 return (remain == 0); in sendConnectionEvent()
/hardware/intel/img/hwcomposer/merrifield/common/observers/
DSoftVsyncObserver.cpp22 struct timespec *remain);
/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/intel/common/libva/
Dconfigure.ac37 # XXX: we want the package version to remain at 1.0.x for VA-API 0.32.y
55 # XXX: we want the SONAME to remain at libva.so.1 for VA-API major == 0
/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
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c165 uint len, remain, align64; in pktsegcnt_war() local
180 remain = len % 128; in pktsegcnt_war()
181 if (remain > 0 && remain <= 4) in pktsegcnt_war()
/hardware/invensense/6515/libsensors_iio/
DLicense.txt117 their nature should survive termination will remain in effect after
148 of Licensee shall be and remain the property of InvenSense, and shall be
/hardware/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT117 their nature should survive termination will remain in effect after
148 of Licensee shall be and remain the property of Broadcom, and shall be
/hardware/interfaces/tetheroffload/control/1.0/
DIOffloadControl.hal200 * traffic must remain unaffected and must be forwarded if and only if it was already
/hardware/qcom/msm8998/json-c/
DChangeLog58 …te json_object_object_add to replace just the value if the key already exists so keys remain valid.

1234