Searched refs:mInterface (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioDumpInterface.cpp265 : mInterface(interface), mId(id),
269 ALOGV("AudioStreamOutDump Constructor %p, mInterface %p, mFinalStream %p", this, mInterface, mFinalStream);
290 if (mInterface->fileName() != "") {
292 sprintf(name, "%s_out_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount);
426 : mInterface(interface), mId(id),
430 ALOGV("AudioStreamInDump Constructor %p, mInterface %p, mFinalStream %p", this, mInterface, mFinalStream);
446 if (mInterface->fileName() != "") {
448 sprintf(name, "%s_in_%d_%d.pcm", mInterface
[all...]
H A DAudioDumpInterface.h63 AudioDumpInterface *mInterface; member in class:android::AudioStreamOutDump
104 AudioDumpInterface *mInterface; member in class:android::AudioStreamInDump
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DComponent.h65 std::shared_ptr<C2ComponentInterface> mInterface; member in struct:hardware::google::media::c2::V1_0::utils::ComponentInterface
105 std::shared_ptr<C2ComponentInterface> mInterface; member in struct:hardware::google::media::c2::V1_0::utils::Component
/hardware/google/av/codec2/vndk/
H A DC2Store.cpp639 Interface mInterface; member in class:android::C2PlatformComponentStore
772 mInterface(mReflector) {
815 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams);
821 return mInterface.config(params, C2_MAY_BLOCK, failures);
888 return mInterface.querySupportedParams(params);
893 return mInterface.querySupportedValues(fields, C2_MAY_BLOCK);
/hardware/google/av/codec2/hidl/1.0/utils/
H A DComponent.cpp92 mInterface(intf) {
186 mInterface(component->intf()),

Completed in 100 milliseconds