Searched refs:EVENT_NEW_POS (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/include/media/
H A DAudioRecord.h50 EVENT_NEW_POS = 3, // Record head is at a new position enumerator in enum:android::AudioRecord::event_type
95 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames.
272 * a callback with event type EVENT_NEW_POS is called.
481 uint32_t mUpdatePeriod; // in frames, zero means no EVENT_NEW_POS
H A DAudioTrack.h53 EVENT_NEW_POS = 4, // Playback head is at a new position enumerator in enum:android::AudioTrack::event_type
107 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames.
389 * a callback with event type EVENT_NEW_POS is called.
745 uint32_t mUpdatePeriod; // in frames, zero means no EVENT_NEW_POS
/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp109 //SL_LOGV("received event EVENT_NEW_POS from AudioRecord");
293 case android::AudioRecord::EVENT_NEW_POS:
H A DAudioPlayer_to_android.cpp355 //SL_LOGV("received event EVENT_NEW_POS from AudioTrack");
1289 case android::AudioTrack::EVENT_NEW_POS:
1290 //SL_LOGI("received event EVENT_NEW_POS from AudioTrack");
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp99 case AudioRecord::EVENT_NEW_POS: {
H A Dandroid_media_AudioTrack.cpp138 case AudioTrack::EVENT_NEW_POS: {
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp847 mCbf(EVENT_NEW_POS, mUserData, &temp);
H A DAudioTrack.cpp1678 mCbf(EVENT_NEW_POS, mUserData, &temp);

Completed in 136 milliseconds