Searched refs:read_count (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsaucm_test.c87 ssize_t read_count; local
95 read_count = read(fd, &ch, 1);
96 if (read_count == 0) {
99 } else if (read_count < 0) {
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c574 int read_count; local
630 read_count = (byte_count > ENTRY_PER_LINE) ?
634 while (read_count > 0) {
636 read_count -= 2;
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c574 int read_count; local
630 read_count = (byte_count > ENTRY_PER_LINE) ?
634 while (read_count > 0) {
636 read_count -= 2;
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c574 int read_count; local
630 read_count = (byte_count > ENTRY_PER_LINE) ?
634 while (read_count > 0) {
636 read_count -= 2;

Completed in 84 milliseconds