Lines Matching defs:set
113 mStatus = set(streamType, sampleRate, format, channelMask,
139 mStatus = set(streamType, sampleRate, format, channelMask,
164 status_t AudioTrack::set(
226 ALOGV("set() streamType %d frameCount %u flags %04x", streamType, frameCount, flags);
230 // invariant that mAudioTrack != 0 is true only after set() returns successfully
464 // the playback head position will reset to 0, so if a marker is set, we need
737 // current position, compute a new position or loop parameters, and then set that position or
747 // If we use setLoop for both purposes we lose the capability to set the position while looping.
914 // Same comment as below about ignoring frameCount parameter for set()
939 // But when initializing a shared buffer AudioTrack via set(),
1019 // invariant that mAudioTrack != 0 is true only after set() returns successfully
1421 // to pause or stop the track, or set the position to a new offset within buffer.
1469 // These fields don't need to be cached, because they are assigned only by set():
1732 // restore write index and set other indexes to reflect empty buffer status