Searched refs:read_count (Results 1 - 5 of 5) 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.c575 int read_count; local
631 read_count = (byte_count > ENTRY_PER_LINE) ?
635 while (read_count > 0) {
637 read_count -= 2;
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c575 int read_count; local
631 read_count = (byte_count > ENTRY_PER_LINE) ?
635 while (read_count > 0) {
637 read_count -= 2;
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c577 int read_count; local
633 read_count = (byte_count > ENTRY_PER_LINE) ?
637 while (read_count > 0) {
639 read_count -= 2;
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhw_ar3k.c578 int read_count; local
634 read_count = (byte_count > ENTRY_PER_LINE) ?
638 while (read_count > 0) {
640 read_count -= 2;

Completed in 58 milliseconds