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

  /frameworks/base/libs/audioflinger/
AudioDumpInterface.cpp 236 : mInterface(interface), mId(id),
240 LOGV("AudioStreamOutDump Constructor %p, mInterface %p, mFinalStream %p", this, mInterface, mFinalStream);
261 if (mInterface->fileName() != "") {
263 sprintf(name, "%s_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount);
397 : mInterface(interface), mId(id),
401 LOGV("AudioStreamInDump Constructor %p, mInterface %p, mFinalStream %p", this, mInterface, mFinalStream);
AudioDumpInterface.h 63 AudioDumpInterface *mInterface;
104 AudioDumpInterface *mInterface;

Completed in 924 milliseconds