HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_NEW_POS (Results 1 - 2 of 2) 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.
247 * 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.
306 * a callback with event type EVENT_NEW_POS is called.

Completed in 48 milliseconds