HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_NEW_POS (Results 1 - 6 of 6) sorted by null

  /frameworks/base/include/media/
AudioRecord.h 53 EVENT_NEW_POS = 3, // Record head is at a new position
98 * - EVENT_NEW_POS: pointer to an uin32_t containing the new position in frames.
232 * a callback with event type EVENT_NEW_POS is called.
AudioTrack.h 58 EVENT_NEW_POS = 4, // Playback head is at a new position (See setPositionUpdatePeriod()).
99 * - EVENT_NEW_POS: pointer to an uin32_t containing the new position in frames.
285 * a callback with event type EVENT_NEW_POS is called.
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 107 } else if (event == AudioRecord::EVENT_NEW_POS) {
android_media_AudioTrack.cpp 148 } else if (event == AudioTrack::EVENT_NEW_POS) {
    [all...]
  /frameworks/base/media/libmedia/
AudioRecord.cpp 601 mCbf(EVENT_NEW_POS, mUserData, (void *)&mNewPosition);
AudioTrack.cpp 860 mCbf(EVENT_NEW_POS, mUserData, (void *)&mNewPosition);

Completed in 540 milliseconds