Home
last modified time | relevance | path

Searched refs:mImpl (Results 1 – 25 of 25) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.cpp49 mImpl(NULL) in QCameraParametersIntf()
57 if (mImpl) { in ~QCameraParametersIntf()
58 delete mImpl; in ~QCameraParametersIntf()
59 mImpl = NULL; in ~QCameraParametersIntf()
68 mImpl = new QCameraParameters(); in allocate()
69 if (!mImpl) { in allocate()
74 return mImpl->allocate(bufCount); in allocate()
83 CHECK_PARAM_INTF(mImpl); in init()
84 return mImpl->init(capabilities, mmOps, adjustFPS, fovControl); in init()
90 CHECK_PARAM_INTF(mImpl); in deinit()
[all …]
DQCameraParametersIntf.h325 QCameraParameters *mImpl;
/hardware/interfaces/soundtrigger/2.1/default/
DSoundTriggerHw.h56 explicit TrampolineSoundTriggerHw_2_1(sp<SoundTriggerHw> impl) : mImpl(impl) {} in TrampolineSoundTriggerHw_2_1()
60 return mImpl->getProperties(_hidl_cb); in getProperties()
65 return mImpl->loadSoundModel(soundModel, callback, cookie, _hidl_cb); in loadSoundModel()
71 return mImpl->loadPhraseSoundModel(soundModel, callback, cookie, _hidl_cb); in loadPhraseSoundModel()
74 return mImpl->unloadSoundModel(modelHandle); in unloadSoundModel()
80 return mImpl->startRecognition(modelHandle, config); in startRecognition()
83 return mImpl->stopRecognition(modelHandle); in stopRecognition()
85 Return<int32_t> stopAllRecognitions() override { return mImpl->stopAllRecognitions(); } in stopAllRecognitions()
91 return mImpl->loadSoundModel_2_1(soundModel, callback, cookie, _hidl_cb); in loadSoundModel_2_1()
97 return mImpl->loadPhraseSoundModel_2_1(soundModel, callback, cookie, _hidl_cb); in loadPhraseSoundModel_2_1()
[all …]
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp199 return mImpl->handle(); in handle()
203 return mImpl->getAllocatorId(); in getAllocatorId()
208 : _C2LinearRangeAspect(impl.get(), range.offset(), range.size()), mImpl(impl) { in C2Block1D()
224 mImpl(impl), in C2ReadView()
228 : _C2LinearCapacityAspect(0u), mImpl(std::make_shared<Impl>(error)), mOffset(0u) { in C2ReadView()
233 return mImpl->error() ? nullptr : mImpl->data() + mOffset; in data()
237 return mImpl->error(); in error()
242 return C2ReadView(mImpl, mOffset + subRange.offset(), subRange.size()); in subView()
256 …: _C2EditableLinearRangeAspect(std::make_unique<C2LinearCapacity>(impl->size()).get()), mImpl(impl… in C2WriteView()
259 : _C2EditableLinearRangeAspect(nullptr), mImpl(std::make_shared<Impl>(error)) {} in C2WriteView()
[all …]
DC2AllocatorIon.cpp143 Impl *mImpl; member in android::C2AllocationIon
370 return mImpl->map(offset, size, usage, fence, addr); in map()
374 return mImpl->unmap(addr, size, fence); in unmap()
378 return mImpl->status(); in status()
382 return mImpl->getAllocatorId(); in getAllocatorId()
391 return mImpl->ionHandle() == otherAsIon->mImpl->ionHandle(); in equals()
395 return mImpl->handle(); in handle()
399 delete mImpl; in ~C2AllocationIon()
405 mImpl(Impl::Alloc(ionFd, size, align, heapMask, flags, id)) { } in C2AllocationIon()
409 mImpl(Impl::Import(ionFd, size, shareFd, id)) { } in C2AllocationIon()
DC2AllocatorGralloc.cpp733 : mImpl(new Impl(id, bufferQueue)) {} in C2AllocatorGralloc()
735 C2AllocatorGralloc::~C2AllocatorGralloc() { delete mImpl; } in ~C2AllocatorGralloc()
738 return mImpl->getId(); in getId()
742 return mImpl->getName(); in getName()
746 return mImpl->getTraits(); in getTraits()
752 return mImpl->newGraphicAllocation(width, height, format, usage, allocation); in newGraphicAllocation()
758 return mImpl->priorGraphicAllocation(handle, allocation); in priorGraphicAllocation()
762 return mImpl->status(); in status()
/hardware/interfaces/soundtrigger/2.0/default/
DSoundTriggerHalImpl.h98 explicit TrampolineSoundTriggerHw_2_0(sp<SoundTriggerHalImpl> impl) : mImpl(impl) {} in TrampolineSoundTriggerHw_2_0()
102 return mImpl->getProperties(_hidl_cb); in getProperties()
108 return mImpl->loadSoundModel(soundModel, callback, cookie, _hidl_cb); in loadSoundModel()
114 return mImpl->loadPhraseSoundModel(soundModel, callback, cookie, _hidl_cb); in loadPhraseSoundModel()
117 return mImpl->unloadSoundModel(modelHandle); in unloadSoundModel()
123 return mImpl->startRecognition(modelHandle, config); in startRecognition()
126 return mImpl->stopRecognition(modelHandle); in stopRecognition()
128 Return<int32_t> stopAllRecognitions() override { return mImpl->stopAllRecognitions(); } in stopAllRecognitions()
131 sp<SoundTriggerHalImpl> mImpl;
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp257 : mImpl(std::make_unique<C2InterfaceHelper::ParamHelper::Impl>( in ParamHelper()
265 return mImpl->addDownDependency(index); in addDownDependency()
269 return mImpl->attrib(); in attrib()
273 mImpl->build(); in build()
279 return mImpl->findField(baseOffs, baseSize); in findField()
284 return mImpl->getDependenciesAsRefs(); in getDependenciesAsRefs()
289 return mImpl->getDescriptor(); in getDescriptor()
293 return mImpl->getDownDependencies(); in getDownDependencies()
297 return mImpl->index(); in index()
301 return mImpl->name(); in name()
[all …]
DC2InterfaceUtils.cpp843 : mImpl(impl) { } in Iterator()
846 return mImpl->get(); in operator *()
850 mImpl->increment(); in operator ++()
855 return mImpl->equals(other.mImpl); in operator ==()
872 : mImpl(impl) { } in List()
875 return C2FieldUtils::Iterator(mImpl->begin()); in begin()
879 return C2FieldUtils::Iterator(mImpl->end()); in end()
/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurface.cpp74 mImpl(impl), in ConfigurableWrapper()
84 return mImpl->query({}, indices, mayBlock, params); in query()
91 c2_status_t err = mImpl->config(params, mayBlock, failures); in config()
92 if (mImpl->eos()) { in config()
105 return mImpl->querySupportedParams(params); in querySupportedParams()
111 return mImpl->querySupportedValues(fields, mayBlock); in querySupportedValues()
115 const std::shared_ptr<InputSurface::ConfigurableImpl> mImpl; member in hardware::google::media::c2::V1_0::utils::__anonc89ed96e0111::ConfigurableWrapper
DInputSurfaceConnection.cpp389 mImpl(new Impl(source, comp)) { in InputSurfaceConnection()
396 mImpl(new Impl(source, comp)) { in InputSurfaceConnection()
405 mImpl.clear(); in ~InputSurfaceConnection()
410 sp<Impl> impl = mImpl; in init()
427 mImpl.clear(); in disconnect()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h38 mImpl(impl) { in SimpleC2Interface()
51 return mImpl->query(stackParams, heapParamIndices, mayBlock, heapParams); in query_vb()
57 return mImpl->config(params, mayBlock, failures); in config_vb()
63 return mImpl->querySupportedParams(params); in querySupportedParams_nb()
68 return mImpl->querySupportedValues(fields, mayBlock); in querySupportedValues_vb()
74 const std::shared_ptr<T> mImpl; variable
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp722 mImpl.initialize(impl, minSize, allocate); in initialize()
733 mImpl.getArray(array); in getArray()
738 status_t err = mImpl.grabBuffer(index, &c2Buffer); in requestNewBuffer()
751 return mImpl.returnBuffer(buffer, c2buffer, release); in releaseBuffer()
756 return mImpl.expireComponentBuffer(c2buffer); in expireComponentBuffer()
760 mImpl.flush(); in flush()
764 BuffersArrayImpl mImpl; member in android::__anon5ff58d220111::InputBuffersArray
771 mImpl(mName) { } in LinearInputBuffers()
786 *index = mImpl.assignSlot(newBuffer); in requestNewBuffer()
795 return mImpl.releaseSlot(buffer, c2buffer, release); in releaseBuffer()
[all …]
/hardware/interfaces/cas/1.1/default/
DMediaCasService.cpp47 mImpl->onEvent(event, arg, data); in onEvent()
59 Wrapper(sp<V1_0::ICasListener> impl) : mImpl(impl){}; in Wrapper()
60 sp<V1_0::ICasListener> mImpl; member in android::hardware::cas::V1_1::implementation::Wrapper
/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.h142 std::shared_ptr<Impl> mImpl;
161 std::shared_ptr<Impl> mImpl; member
DCodec2BufferUtils.cpp504 std::list<MemoryBlockPoolBlock>::const_iterator poolBlock = mImpl->fetch(size); in fetch()
506 poolBlock, std::static_pointer_cast<MemoryBlockPoolImpl>(mImpl))); in fetch()
510 : mImpl(std::make_shared<MemoryBlockPool::Impl>()) { in MemoryBlockPool()
514 : mImpl(impl) { in MemoryBlock()
522 return mImpl ? mImpl->data() : nullptr; in data()
526 return mImpl ? mImpl->size() : 0; in size()
/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp460 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {} in C2BufferQueueBlockPool()
470 if (mImpl) { in fetchGraphicBlock()
471 return mImpl->fetchGraphicBlock(width, height, format, usage, block); in fetchGraphicBlock()
477 if (mImpl) { in configureProducer()
478 mImpl->configureProducer(producer); in configureProducer()
483 if (mImpl) { in setRenderCallback()
484 mImpl->setRenderCallback(renderCallback); in setRenderCallback()
/hardware/google/av/codec2/include/
DC2Buffer.h125 constexpr C2Fence() : mImpl(nullptr) { } in C2Fence()
129 std::shared_ptr<Impl> mImpl; variable
191 std::shared_ptr<Impl> mImpl; variable
1010 std::shared_ptr<Impl> mImpl; variable
1054 std::shared_ptr<Impl> mImpl; variable
1096 std::shared_ptr<Impl> mImpl; variable
1827 std::shared_ptr<Impl> mImpl; variable
1882 std::shared_ptr<Impl> mImpl; variable
2018 std::shared_ptr<Impl> mImpl; variable
2172 std::shared_ptr<Impl> mImpl; variable
[all …]
/hardware/google/av/codec2/include/media/stagefright/codec2/1.0/
DInputSurfaceConnection.h55 sp<Impl> mImpl; variable
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DInputSurfaceConnection.h73 sp<Impl> mImpl; member
/hardware/google/av/codec2/vndk/include/
DC2BqBufferPriv.h72 std::shared_ptr<Impl> mImpl; variable
DC2AllocatorGralloc.h81 Impl *mImpl; variable
DC2BufferPriv.h122 std::unique_ptr<Impl> mImpl; variable
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceUtils.h1070 std::shared_ptr<Impl> mImpl;
1089 std::shared_ptr<Impl> mImpl;
DC2InterfaceHelper.h373 std::unique_ptr<Impl> mImpl;