Searched refs:mInterface (Results 1 – 5 of 5) sorted by relevance
/hardware/libhardware_legacy/audio/ |
D | AudioDumpInterface.cpp | 265 : mInterface(interface), mId(id), in AudioStreamOutDump() 269 …ALOGV("AudioStreamOutDump Constructor %p, mInterface %p, mFinalStream %p", this, mInterface, mFina… in AudioStreamOutDump() 290 if (mInterface->fileName() != "") { in write() 292 sprintf(name, "%s_out_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount); in write() 426 : mInterface(interface), mId(id), in AudioStreamInDump() 430 …ALOGV("AudioStreamInDump Constructor %p, mInterface %p, mFinalStream %p", this, mInterface, mFinal… in AudioStreamInDump() 446 if (mInterface->fileName() != "") { in read() 448 … sprintf(name, "%s_in_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount); in read()
|
D | AudioDumpInterface.h | 63 AudioDumpInterface *mInterface; 104 AudioDumpInterface *mInterface;
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Component.h | 65 std::shared_ptr<C2ComponentInterface> mInterface; member 105 std::shared_ptr<C2ComponentInterface> mInterface; member
|
/hardware/google/av/codec2/vndk/ |
D | C2Store.cpp | 648 Interface mInterface; member in android::C2PlatformComponentStore 787 mInterface(mReflector) { in C2PlatformComponentStore() 873 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm() 879 return mInterface.config(params, C2_MAY_BLOCK, failures); in config_sm() 946 return mInterface.querySupportedParams(params); in querySupportedParams_nb() 951 return mInterface.querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | Component.cpp | 312 mInterface(intf) { in ComponentInterface() 418 mInterface(component->intf()), in Component()
|