Searched defs:self (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_priv.h38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self);
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_priv.h38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self);
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_priv.h38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_priv.h38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self);
/hardware/ti/omap3/dspbridge/inc/
H A Dlist.h65 struct LST_ELEM *self; member in struct:LST_ELEM
172 * - head.self must be correctly set to &head.
274 * pElem->self = pElem before pElem is passed to this function.
281 * Warning: if pElem->self is not set beforehand, LST_GetHead() will
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dlist.h65 struct LST_ELEM *self; member in struct:LST_ELEM
172 * - head.self must be correctly set to &head.
274 * pElem->self = pElem before pElem is passed to this function.
281 * Warning: if pElem->self is not set beforehand, LST_GetHead() will
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
H A Dhmm_intrnl.h54 struct ptr_struct *self, *prev, *next; member in struct:ptr_struct
/hardware/qcom/audio/post_proc/
H A Dbundle.c508 int effect_process(effect_handle_t self, argument
512 effect_context_t * context = (effect_context_t *)self;
533 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
537 effect_context_t * context = (effect_context_t *)self;
724 int effect_get_descriptor(effect_handle_t self, argument
727 effect_context_t *context = (effect_context_t *)self;
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c477 static int fx_process(effect_handle_t self, argument
481 struct effect_s *effect = (struct effect_s *)self;
506 static int fx_command(effect_handle_t self, argument
513 struct effect_s *effect = (struct effect_s *)self;
637 static int fx_get_descriptor(effect_handle_t self, argument
640 struct effect_s *effect = (struct effect_s *)self;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp49 static int iterate(copybit_region_t const * self, copybit_rect_t* rect){ argument
50 if (!self || !rect) {
56 static_cast<region_iterator const*>(self);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp45 static int iterate(copybit_region_t const * self, copybit_rect_t* rect){ argument
46 if (!self || !rect) {
52 static_cast<region_iterator const*>(self);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp46 static int iterate(copybit_region_t const * self, copybit_rect_t* rect){ argument
47 if (!self || !rect) {
53 static_cast<region_iterator const*>(self);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp49 static int iterate(copybit_region_t const * self, copybit_rect_t* rect){ argument
50 if (!self || !rect) {
56 static_cast<region_iterator const*>(self);
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c1048 int effect_process(effect_handle_t self, argument
1052 effect_context_t * context = (effect_context_t *)self;
1073 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
1077 effect_context_t * context = (effect_context_t *)self;
1251 int effect_get_descriptor(effect_handle_t self, argument
1254 effect_context_t *context = (effect_context_t *)self;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp2759 void ExynosCameraHWInterface2::m_mainThreadFunc(SignalDrivenThread * self) argument
2767 uint32_t currentSignal = self->GetProcessingSignal();
2768 MainThread * selfThread = ((MainThread*)self);
3100 void ExynosCameraHWInterface2::m_sensorThreadFunc(SignalDrivenThread * self) argument
3102 uint32_t currentSignal = self->GetProcessingSignal();
3103 SensorThread * selfThread = ((SensorThread*)self);
3633 void ExynosCameraHWInterface2::m_streamBufferInit(SignalDrivenThread *self) argument
3635 uint32_t currentSignal = self->GetProcessingSignal();
3636 StreamThread * selfThread = ((StreamThread*)self);
3761 void ExynosCameraHWInterface2::m_streamThreadInitialize(SignalDrivenThread * self) argument
3794 m_streamFunc_direct(SignalDrivenThread *self) argument
4068 m_streamFunc_indirect(SignalDrivenThread *self) argument
4168 m_streamThreadFunc(SignalDrivenThread * self) argument
[all...]

Completed in 384 milliseconds