/hardware/qcom/sdm845/gps/msm8998/android/ |
D | AGnssRil.cpp | 105 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/ |
D | AGnssRil.cpp | 105 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/ |
D | XtraSystemStatusObserver.cpp | 95 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/ |
D | hci_uart.c | 467 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()
|
D | hw_rome.c | 323 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/ |
D | hci_uart.c | 461 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()
|
D | hw_rome.c | 274 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/ |
D | hci_uart.c | 461 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()
|
D | hw_rome.c | 297 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/ |
D | hci_uart.c | 470 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()
|
D | hw_rome.c | 304 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/ |
D | hci_uart.c | 467 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()
|
D | hw_rome.c | 319 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/ |
D | hci_uart.c | 466 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()
|
D | hw_rome.c | 318 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/ |
D | loc.cpp | 1034 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/ |
D | loc.cpp | 1034 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/ |
D | loc.cpp | 188 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/ |
D | loc.cpp | 1039 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/ |
D | loc.cpp | 187 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/ |
D | IMeasurementCorrections.hal | 29 * those remain raw, uncorrected measurements.
|
/hardware/interfaces/broadcastradio/1.1/ |
D | IBroadcastRadio.hal | 47 * However, it must remain valid for a currently tuned program at least
|
/hardware/interfaces/weaver/1.0/ |
D | IWeaver.hal | 45 * order to remain idempotent.
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | types.hal | 119 /** How many templates remain to iterate through */
|
/hardware/interfaces/broadcastradio/2.0/ |
D | IBroadcastRadio.hal | 90 * However, it must remain valid for a currently tuned program at least
|