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

  /cts/tests/tests/media/libndkaudio/
AudioRecorder.cpp 125 SLDataSource recSource;
126 recSource.pLocator = (void *) &ioDevice;
127 recSource.pFormat = NULL;
149 result = (*engineItf_)->CreateAudioRecorder(engineItf_, &recorderObj_, &recSource, &recDest,
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 205 SLDataSource recSource;
259 recSource.pLocator = (void *) &ioDevice;
260 recSource.pFormat = NULL;
316 result = (*EngineItf)->CreateAudioRecorder(EngineItf, &recorder, &recSource, &recDest,

Completed in 1045 milliseconds