OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:userBase
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/include/private/media/
AudioTrackShared.h
45
uint32_t
userBase
;
/frameworks/base/media/libmedia/
AudioTrack.cpp
735
uint32_t bufferEnd = cblk->
userBase
+ cblk->frameCount;
987
userBase
(0), serverBase(0), buffers(0), frameCount(0),
1009
if (u >=
userBase
+ this->frameCount) {
1010
userBase
+= this->frameCount;
1078
return (int8_t *)this->buffers + (offset -
userBase
) * this->frameSize;
AudioRecord.cpp
504
uint32_t bufferEnd = cblk->
userBase
+ cblk->frameCount;
/frameworks/base/libs/audioflinger/
AudioFlinger.cpp
[
all
...]
Completed in 25 milliseconds