OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_NEW_POS
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libaudioclient/include/media/
AudioRecord.h
51
EVENT_NEW_POS
= 3, // Record head is at a new position
101
* -
EVENT_NEW_POS
: pointer to const uint32_t containing the new position in frames.
294
* a callback with event type
EVENT_NEW_POS
is called.
603
uint32_t mUpdatePeriod; // in frames, zero means no
EVENT_NEW_POS
[
all
...]
AudioTrack.h
64
EVENT_NEW_POS
= 4, // Playback head is at a new position
123
* -
EVENT_NEW_POS
: pointer to const uint32_t containing the new position in frames.
501
* a callback with event type
EVENT_NEW_POS
is called.
[
all
...]
/frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp
177
//SL_LOGV("received event
EVENT_NEW_POS
from AudioRecord");
383
case android::AudioRecord::
EVENT_NEW_POS
:
[
all
...]
AudioPlayer_to_android.cpp
399
//SL_LOGV("received event
EVENT_NEW_POS
from AudioTrack");
[
all
...]
/frameworks/av/media/libaudioclient/
AudioRecord.cpp
[
all
...]
AudioTrack.cpp
[
all
...]
/frameworks/base/core/jni/
android_media_AudioRecord.cpp
107
case AudioRecord::
EVENT_NEW_POS
: {
[
all
...]
android_media_AudioTrack.cpp
147
case AudioTrack::
EVENT_NEW_POS
: {
[
all
...]
Completed in 84 milliseconds