Home
last modified time | relevance | path

Searched defs:self (Results 1 – 11 of 11) 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/qcom/audio/visualizer/
Doffload_visualizer.c1070 int effect_process(effect_handle_t self, in effect_process()
1095 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command()
1273 int effect_get_descriptor(effect_handle_t self, in effect_get_descriptor()
/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/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/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/interfaces/audio/core/all-versions/default/
DStreamOut.cpp443 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()