Home
last modified time | relevance | path

Searched defs:self (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/audio/post_proc/
Dbundle.c511 int effect_process(effect_handle_t self, in effect_process()
536 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command()
735 int effect_get_descriptor(effect_handle_t self, in effect_get_descriptor()
Dma_listener.c236 static int ma_effect_command(effect_handle_t self, in ma_effect_command()
427 static int ma_effect_get_descriptor(effect_handle_t self, in ma_effect_get_descriptor()
Dvolume_listener.c374 static int vol_effect_command(effect_handle_t self, in vol_effect_command()
580 static int vol_effect_get_descriptor(effect_handle_t self, in vol_effect_get_descriptor()
/hardware/qcom/audio/voice_processing/
Dvoice_processing.c491 static int fx_process(effect_handle_t self, in fx_process()
520 static int fx_command(effect_handle_t self, in fx_command()
653 static int fx_get_descriptor(effect_handle_t self, in fx_get_descriptor()
/hardware/interfaces/audio/common/all-versions/test/utility/src/
DValidateXml.cpp77 auto* self = static_cast<Libxml2Global*>(ctxt); in errorCb() local
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCecMock.cpp149 HdmiCecMock* const self = static_cast<HdmiCecMock*>(user); in __threadLoop() local
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c1073 int effect_process(effect_handle_t self, in effect_process()
1098 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command()
1276 int effect_get_descriptor(effect_handle_t self, in effect_get_descriptor()
/hardware/interfaces/tv/tuner/1.0/default/
DDvr.cpp192 Dvr* const self = static_cast<Dvr*>(user); in __threadLoopPlayback() local
DDemux.cpp245 Demux* const self = static_cast<Demux*>(user); in __threadLoopFrontend() local
DFilter.cpp163 Filter* const self = static_cast<Filter*>(user); in __threadLoopFilter() local
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TargetTest.cpp327 FilterCallback* const self = in __threadLoopFilter() local
491 DvrCallback* const self = in __threadLoopPlayback() local
580 DvrCallback* const self = in __threadLoopRecord() local
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dblit_engine_c2d.cpp82 int BlitEngineC2d::RegionIterator::iterate(copybit_region_t const *self, copybit_rect_t *rect) { in iterate()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dblit_engine_c2d.cpp82 int BlitEngineC2d::RegionIterator::iterate(copybit_region_t const *self, copybit_rect_t *rect) { in iterate()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dblit_engine_c2d.cpp82 int BlitEngineC2d::RegionIterator::iterate(copybit_region_t const *self, copybit_rect_t *rect) { in iterate()
/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp449 StreamOut* self = reinterpret_cast<StreamOut*>(cookie); in asyncCallback() local
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp652 void Component::initListener(const sp<Component>& self) { in initListener()