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

/frameworks/av/include/media/
H A DAudioRecord.h49 EVENT_NEW_POS = 3, // Record head is at a new position enumerator in enum:android::AudioRecord::event_type
88 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames.
230 * a callback with event type EVENT_NEW_POS is called.
H A DAudioTrack.h58 EVENT_NEW_POS = 4, // Playback head is at a new position (See setPositionUpdatePeriod()). enumerator in enum:android::AudioTrack::event_type
104 * - EVENT_NEW_POS: pointer to an uint32_t containing the new position in frames.
330 * a callback with event type EVENT_NEW_POS is called.
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp122 } else if (event == AudioRecord::EVENT_NEW_POS) {
H A Dandroid_media_AudioTrack.cpp156 } else if (event == AudioTrack::EVENT_NEW_POS) {
/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp109 //SL_LOGV("received event EVENT_NEW_POS from AudioRecord");
287 case android::AudioRecord::EVENT_NEW_POS:
H A DAudioPlayer_to_android.cpp379 //SL_LOGV("received event EVENT_NEW_POS from AudioTrack");
1226 case android::AudioTrack::EVENT_NEW_POS:
1227 //SL_LOGI("received event EVENT_NEW_POS from AudioTrack");
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp692 mCbf(EVENT_NEW_POS, mUserData, &temp);
H A DAudioTrack.cpp1241 mCbf(EVENT_NEW_POS, mUserData, (void *)&mNewPosition);

Completed in 619 milliseconds