Searched refs:kForever (Results 1 – 4 of 4) sorted by relevance
597 requested = &ClientProxy::kForever; in obtainBuffer()725 status_t err = obtainBuffer(&audioBuffer, &ClientProxy::kForever); in read()881 const struct timespec *requested = &ClientProxy::kForever; in processAudioBuffer()
1255 requested = &ClientProxy::kForever; in obtainBuffer()1405 blocking ? &ClientProxy::kForever : &ClientProxy::kNonBlocking); in write()1709 const struct timespec *requested = &ClientProxy::kForever; in processAudioBuffer()
53 const struct timespec ClientProxy::kForever = {INT_MAX /*tv_sec*/, 0 /*tv_nsec*/}; member in android::ClientProxy
183 static const struct timespec kForever; variable