Home
last modified time | relevance | path

Searched refs:kForever (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
DAudioRecord.cpp597 requested = &ClientProxy::kForever; in obtainBuffer()
725 status_t err = obtainBuffer(&audioBuffer, &ClientProxy::kForever); in read()
881 const struct timespec *requested = &ClientProxy::kForever; in processAudioBuffer()
DAudioTrack.cpp1255 requested = &ClientProxy::kForever; in obtainBuffer()
1405 blocking ? &ClientProxy::kForever : &ClientProxy::kNonBlocking); in write()
1709 const struct timespec *requested = &ClientProxy::kForever; in processAudioBuffer()
DAudioTrackShared.cpp53 const struct timespec ClientProxy::kForever = {INT_MAX /*tv_sec*/, 0 /*tv_nsec*/}; member in android::ClientProxy
/frameworks/av/include/private/media/
DAudioTrackShared.h183 static const struct timespec kForever; variable