Searched defs:EVENT_NEW_POS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/media/
H A DAudioRecord.h53 EVENT_NEW_POS = 3, // Record head is at a new position enumerator in enum:android::AudioRecord::event_type
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.
H A DAudioTrack.h58 EVENT_NEW_POS = 4, // Playback head is at a new position (See setPositionUpdatePeriod()). enumerator in enum:android::AudioTrack::event_type
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.

Completed in 19 milliseconds