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

  /frameworks/av/include/media/
AudioTrack.h 635 status_t createTrack_l(audio_stream_type_t streamType,
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 50 // FIXME merge with similar code in createTrack_l(), except we're missing
51 // some information here that is available in createTrack_l():
335 status_t status = createTrack_l(streamType,
813 status_t AudioTrack::createTrack_l(
866 ALOGV("createTrack_l() output %d afLatency %d", output, afLatency);
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 416 sp<Track> createTrack_l(
    [all...]
AudioFlinger.cpp 514 track = thread->createTrack_l(client, streamType, sampleRate, format,
    [all...]
Threads.cpp     [all...]

Completed in 103 milliseconds