OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:updatePeriod
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libaudioclient/
AudioRecord.cpp
508
status_t AudioRecord::setPositionUpdatePeriod(uint32_t
updatePeriod
)
516
mNewPosition = mProxy->getPosition() +
updatePeriod
;
517
mUpdatePeriod =
updatePeriod
;
526
status_t AudioRecord::getPositionUpdatePeriod(uint32_t *
updatePeriod
) const
528
if (
updatePeriod
== NULL) {
533
*
updatePeriod
= mUpdatePeriod;
[
all
...]
AudioTrack.cpp
[
all
...]
Completed in 240 milliseconds