Searched refs:avail (Results 1 – 4 of 4) sorted by relevance
258 unsigned int avail; in proxy_get_presentation_position() local261 && pcm_get_htimestamp(proxy->pcm, &avail, &alsaTs) == 0) { in proxy_get_presentation_position()263 if (avail > kernel_buffer_size) { in proxy_get_presentation_position()267 ALOGW("available frames(%u) > buffer size(%zu), clamped", avail, kernel_buffer_size); in proxy_get_presentation_position()268 avail = kernel_buffer_size; in proxy_get_presentation_position()275 int64_t signed_frames = proxy->transferred - kernel_buffer_size + avail; in proxy_get_presentation_position()291 unsigned int avail; in proxy_get_capture_position() local294 && pcm_get_htimestamp(proxy->pcm, &avail, ×tamp) == 0) { in proxy_get_capture_position()299 uint64_t framesTemp = proxy->transferred + avail; in proxy_get_capture_position()
126 static unsigned avail; variable130 if (sz > avail) in fill_buffer()134 avail -= sz; in fill_buffer()150 avail = count; in play_file()
571 let avail = if is_strongbox { in test_signing_cert_parse() localVariable576 for which in avail { in test_signing_cert_parse()
1099 const size_t avail = mDataSize-mDataPos; in readCString() local1102 const char* eos = reinterpret_cast<const char*>(memchr(str, 0, avail)); in readCString()