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/include/media/
AudioRecord.h
46
EVENT_NEW_POS
= 3, // Record head is at a new position
90
* -
EVENT_NEW_POS
: pointer to const uint32_t containing the new position in frames.
256
* a callback with event type
EVENT_NEW_POS
is called.
459
uint32_t mUpdatePeriod; // in frames, zero means no
EVENT_NEW_POS
AudioTrack.h
58
EVENT_NEW_POS
= 4, // Playback head is at a new position
111
* -
EVENT_NEW_POS
: pointer to const uint32_t containing the new position in frames.
381
* a callback with event type
EVENT_NEW_POS
is called.
[
all
...]
/frameworks/base/core/jni/
android_media_AudioRecord.cpp
112
case AudioRecord::
EVENT_NEW_POS
: {
android_media_AudioTrack.cpp
149
case AudioTrack::
EVENT_NEW_POS
: {
[
all
...]
/frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp
109
//SL_LOGV("received event
EVENT_NEW_POS
from AudioRecord");
287
case android::AudioRecord::
EVENT_NEW_POS
:
AudioPlayer_to_android.cpp
355
//SL_LOGV("received event
EVENT_NEW_POS
from AudioTrack");
[
all
...]
/frameworks/av/media/libmedia/
AudioRecord.cpp
786
mCbf(
EVENT_NEW_POS
, mUserData, &temp);
AudioTrack.cpp
[
all
...]
Completed in 233 milliseconds