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

/frameworks/av/include/media/
H A DAudioRecord.h51 EVENT_NEW_POS = 3, // Record head is at a new position enumerator in enum:android::AudioRecord::event_type
101 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames.
287 * a callback with event type EVENT_NEW_POS is called.
576 uint32_t mUpdatePeriod; // in frames, zero means no EVENT_NEW_POS
H A DAudioTrack.h64 EVENT_NEW_POS = 4, // Playback head is at a new position enumerator in enum:android::AudioTrack::event_type
123 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames.
496 * a callback with event type EVENT_NEW_POS is called.
1028 uint32_t mUpdatePeriod; // in frames, zero means no EVENT_NEW_POS

Completed in 22 milliseconds