Searched defs:init (Results 26 - 50 of 73) sorted by relevance

123

/hardware/qcom/display/msm8x26/liboverlay/pipes/
H A Doverlay3DPipe.h53 bool init(RotatorBase* rot);
83 bool init(RotatorBase* rot);
113 bool init(RotatorBase* rot);
143 bool init(RotatorBase* rot);
172 inline bool M3DExtPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::M3DExtPipe
173 ALOGE_IF(DEBUG_OVERLAY, "M3DExtPipe init");
174 if(!mM3d.init(rot)) {
175 ALOGE("3Dpipe failed to init");
241 inline bool M3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::M3DPrimaryPipe
242 ALOGE_IF(DEBUG_OVERLAY, "M3DPrimaryPipe init");
296 inline bool S3DExtPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::S3DExtPipe
360 inline bool S3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::S3DPrimaryPipe
[all...]
H A DoverlayGenPipe.cpp38 init();
45 bool GenericPipe::init() function in class:overlay::GenericPipe
47 ALOGE_IF(DEBUG_OVERLAY, "GenericPipe init");
56 if(!mCtrlData.ctrl.init(mFbNum)) {
57 ALOGE("GenericPipe failed to init ctrl");
61 if(!mCtrlData.data.init(mFbNum)) {
62 ALOGE("GenericPipe failed to init data");
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dvidc_color_converter.cpp48 bool omx_c2d_conv::init() { function in class:omx_c2d_conv
51 DEBUG_PRINT_ERROR("\n omx_c2d_conv::init called twice");
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp49 bool omx_c2d_conv::init() function in class:omx_c2d_conv
54 DEBUG_PRINT_ERROR("\n omx_c2d_conv::init called twice");
/hardware/invensense/60xx/mlsdk/mllite/
H A Dcompass.c164 static int init(yas_filter_handle_t *t) function
206 f->init = init;
/hardware/libhardware/include/hardware/
H A Dbt_hl.h101 bt_status_t (*init)( bthl_callbacks_t* callbacks ); member in struct:__anon237
H A Dbt_hh.h142 bt_status_t (*init)( bthh_callbacks_t* callbacks ); member in struct:__anon229
/hardware/qcom/display/msm8960/liboverlay/
H A Doverlay.cpp43 mPipeBook[i].init();
296 void Overlay::PipeBook::init() { function in class:overlay::Overlay::PipeBook
H A DoverlayCtrlData.h43 * init
55 /* init fd etc*/
56 bool init(uint32_t fbnum);
97 /* init, reset */
101 /* init fd etc */
102 bool init(uint32_t fbnum);
147 inline bool Ctrl::init(uint32_t fbnum) { function in class:overlay::Ctrl
148 // MDP/FD init
149 if(!mMdp.init(fbnum)) {
150 ALOGE("Ctrl failed to init fbnu
237 inline bool Data::init(uint32_t fbnum) { function in class:overlay::Data
[all...]
H A DoverlayMdp.h42 /* init underlying device using fbnum */
43 bool init(uint32_t fbnum);
173 /* init FD */
174 bool init(uint32_t fbnum);
393 inline bool MdpData::init(uint32_t fbnum) { function in class:overlay::MdpData
394 // FD init
396 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayMdpRot.cpp29 init();
74 bool MdpRot::init() function in class:overlay::MdpRot
77 ALOGE("MdpRot failed to init %s", Res::rotPath);
H A DoverlayMdssRot.cpp41 init();
65 bool MdssRot::init() { function in class:overlay::MdssRot
67 ALOGE("MdssRot failed to init fb0");
/hardware/qcom/display/msm8974/liboverlay/
H A Doverlay.cpp43 mPipeBook[i].init();
371 void Overlay::PipeBook::init() { function in class:overlay::Overlay::PipeBook
H A DoverlayCtrlData.h43 * init
55 /* init fd etc*/
56 bool init(uint32_t fbnum);
98 /* init, reset */
102 /* init fd etc */
103 bool init(uint32_t fbnum);
148 inline bool Ctrl::init(uint32_t fbnum) { function in class:overlay::Ctrl
149 // MDP/FD init
150 if(!mMdp.init(fbnum)) {
151 ALOGE("Ctrl failed to init fbnu
242 inline bool Data::init(uint32_t fbnum) { function in class:overlay::Data
[all...]
H A DoverlayMdpRot.cpp29 init();
74 bool MdpRot::init() function in class:overlay::MdpRot
77 ALOGE("MdpRot failed to init %s", Res::rotPath);
H A DoverlayMdssRot.cpp43 init();
67 bool MdssRot::init() { function in class:overlay::MdssRot
69 ALOGE("MdssRot failed to init fb0");
/hardware/qcom/display/msm8x26/liboverlay/
H A Doverlay.cpp43 mPipeBook[i].init();
296 void Overlay::PipeBook::init() { function in class:overlay::Overlay::PipeBook
H A DoverlayCtrlData.h43 * init
55 /* init fd etc*/
56 bool init(uint32_t fbnum);
97 /* init, reset */
101 /* init fd etc */
102 bool init(uint32_t fbnum);
147 inline bool Ctrl::init(uint32_t fbnum) { function in class:overlay::Ctrl
148 // MDP/FD init
149 if(!mMdp.init(fbnum)) {
150 ALOGE("Ctrl failed to init fbnu
237 inline bool Data::init(uint32_t fbnum) { function in class:overlay::Data
[all...]
H A DoverlayMdp.h42 /* init underlying device using fbnum */
43 bool init(uint32_t fbnum);
173 /* init FD */
174 bool init(uint32_t fbnum);
393 inline bool MdpData::init(uint32_t fbnum) { function in class:overlay::MdpData
394 // FD init
396 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayMdpRot.cpp29 init();
74 bool MdpRot::init() function in class:overlay::MdpRot
77 ALOGE("MdpRot failed to init %s", Res::rotPath);
H A DoverlayMdssRot.cpp41 init();
65 bool MdssRot::init() { function in class:overlay::MdssRot
67 ALOGE("MdssRot failed to init fb0");
/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.cpp232 init();
296 status = init();
336 status_t A2dpAudioInterface::A2dpAudioStreamOut::init() function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c421 static int init() { function
675 if (init() != 0)
708 if (init() != 0)
732 if (init() != 0)
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp111 * FUNCTION : init
124 int32_t QCameraChannel::init(mm_camera_channel_attr_t *attr, function in class:qcamera::QCameraChannel
179 rc = pStream->init(streamInfoBuf, minStreamBufNum, stream_cb, userdata);
H A DQCameraStream.cpp217 * FUNCTION : init
230 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, function in class:qcamera::QCameraStream

Completed in 460 milliseconds

123