Searched refs:init (Results 1 - 25 of 73) sorted by last modified time

123

/hardware/qcom/display/libhwcomposer/
H A Dhwc_mdpcomp.cpp742 bool MDPComp::init(hwc_context_t *dev) { function in class:qhwc::MDPComp
792 idleInvalidator->init(timeout_handler, dev, idle_timeout);
H A Dhwc_mdpcomp.h153 static bool init(hwc_context_t *ctx);
H A Dhwc_utils.cpp63 MDPComp::init(ctx);
/hardware/qcom/display/liboverlay/
H A DmdpRotator.cpp25 bool MdpRot::init() function in class:overlay::MdpRot
28 ALOGE("MdpRot failed to init %s", Res::rotPath);
H A DmdssRotator.cpp25 bool MdssRot::init() { function in class:overlay::MdssRot
27 ALOGE("MdssRot failed to init fb0");
H A DoverlayCtrl.cpp25 bool Ctrl::init(uint32_t fbnum) { function in class:overlay::Ctrl
26 // MDP/FD init
27 if(!mMdp.init(fbnum)) {
28 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayCtrlData.h43 * init
55 /* init fd etc*/
56 bool init(uint32_t fbnum);
101 /* init, reset */
107 /* init fd etc */
108 bool init(uint32_t fbnum);
198 inline bool Data::init(uint32_t fbnum) { function in class:overlay::Data
199 if(!mMdp.init(fbnum)) {
200 ALOGE("Data cannot init mdp");
H A DoverlayImpl.h55 * To init just one pipe, use initPipe()
57 virtual bool init(RotatorBase* rot0,
98 bool init(RotatorBase* rot) { return true; } function in class:overlay::NullPipe
134 virtual bool init(RotatorBase* rot0,
202 ALOGE_IF(DEBUG_OVERLAY, "init pipe0");
205 ret = mRotP0->init();
207 ALOGE("%s: OverlayImpl rot0 failed to init", __FUNCTION__);
213 ret = mPipe0->init(rot);
215 ALOGE("%s: OverlayImpl pipe0 failed to init", __FUNCTION__);
223 ALOGE_IF(DEBUG_OVERLAY, "init pipe
375 bool OverlayImpl<P0, P1, P2>::init(RotatorBase* rot0, function in class:overlay::OverlayImpl
[all...]
H A DoverlayMdp.cpp41 bool MdpCtrl::init(uint32_t fbnum) { function in class:overlay::MdpCtrl
42 // FD init
45 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayMdp.h40 /* init underlying device using fbnum */
41 bool init(uint32_t fbnum);
200 /* init FD */
201 bool init(uint32_t fbnum);
444 inline bool MdpData::init(uint32_t fbnum) { function in class:overlay::MdpData
445 // FD init
447 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayRotator.h50 virtual bool init() = 0;
83 /* init fd for rotator. map bufs is defered */
84 virtual bool init() = 0;
128 virtual bool init();
154 virtual bool init();
216 bool init();
274 bool init();
333 inline bool Rotator::init() { function in class:overlay::Rotator
334 if(!mRot->init()) {
335 ALOGE("Rotator::init faile
385 inline bool NullRotator::init() { return true; } function in class:overlay::NullRotator
[all...]
H A DoverlayState.h458 if(!ov->init(rot0, rot1, rot2)) {
459 ALOGE("Overlay failed to init in state %d", TO_STATE);
/hardware/qcom/display/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.h46 /* CTRL/DATA init. Not owning rotator, will not init it */
47 bool init(RotatorBase* rot);
128 bool GenericPipe<PANEL>::init(RotatorBase* rot) function in class:overlay::GenericPipe
130 ALOGE_IF(DEBUG_OVERLAY, "GenericPipe init");
133 // init ctrl and data
136 if(!mCtrlData.ctrl.init(fbnum)) {
137 ALOGE("GenericPipe failed to init ctrl");
141 if(!mCtrlData.data.init(fbnum)) {
142 ALOGE("GenericPipe failed to init dat
[all...]
H A DoverlayUIMirrorPipe.h49 bool init(RotatorBase* rot);
67 inline bool UIMirrorPipe::init(RotatorBase* rot) { function in class:overlay::UIMirrorPipe
68 ALOGE_IF(DEBUG_OVERLAY, "UIMirrorPipe init");
69 bool ret = mUI.init(rot);
H A DoverlayVideoExtPipe.h49 bool init(RotatorBase* rot);
66 inline bool VideoExtPipe::init(RotatorBase* rot) { function in class:overlay::VideoExtPipe
67 ALOGE_IF(DEBUG_OVERLAY, "VideoExtPipe init");
68 return mVideoExt.init(rot);
/hardware/qcom/display/libqdutils/
H A Didle_invalidator.cpp44 int IdleInvalidator::init(InvalidatorHandler reg_handler, void* user_data, function in class:IdleInvalidator
H A Didle_invalidator.h47 /* init timer obj */
48 int init(InvalidatorHandler reg_handler, void* user_data, unsigned int
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.cpp146 // 2nd half of init(), singled out for
195 LOC_LOGE("loc_eng_create_msg_q Q init failed.");
741 // Set server addresses which came before init
1103 LOC_LOGW("set_server called before init. save the address, type: %d, hostname: %s, port: %d",
1722 its init function to start up the ulp module
1768 locEngUlpInf->init (owner, loc_eng_report_position_ulp);
/hardware/qcom/gps/loc_api/ulp/inc/
H A Dulp.h56 int (*init)( void* owner, ulp_report_position_cb* cb); member in struct:__anon1120
/hardware/qcom/media/mm-video/vidc/common/inc/
H A Dvidc_color_converter.h36 bool init();
/hardware/qcom/media/mm-video/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/vidc/vdec/src/
H A Domx_vdec.cpp408 MemoryHeapBase::init(ionMapfd, base, size, 0, MEM_DEVICE);
415 init(dup(fd), base, size, 0 , MEM_DEVICE);
9010 if (!c2d.init()) {
H A Domx_vdec_copper.cpp436 init(dup(fd), base, size, 0 , MEM_DEVICE);
/hardware/qcom/media/mm-video/vidc/venc/inc/
H A Domx_video_base.h167 bool init();

Completed in 169 milliseconds

123