Searched defs:init (Results 1 - 25 of 73) sorted by relevance

123

/hardware/libhardware/include/hardware/
H A Dbt_gatt.h47 bt_status_t (*init)( const btgatt_callbacks_t* callbacks ); member in struct:__anon193
H A Dpower.h59 * (*init)() performs power management setup actions at runtime
64 void (*init)(struct power_module *module); member in struct:power_module
H A Dbt_av.h76 bt_status_t (*init)( btav_callbacks_t* callbacks ); member in struct:__anon191
H A Dbt_pan.h57 bt_status_t (*init)(const btpan_callbacks_t* callbacks); member in struct:__anon241
H A Dmemtrack.h124 * (*init)() performs memtrack management setup actions and is called
128 int (*init)(const struct memtrack_module *module); member in struct:memtrack_module
/hardware/qcom/bt/libbt-vendor/src/
H A Dbt_vendor_qcom.c69 static int init(const bt_vendor_callbacks_t* p_cb, unsigned char *local_bdaddr) function
71 ALOGI("bt-vendor : init");
75 ALOGE("init failed with no user callbacks!");
205 init,
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayCtrl.cpp24 bool Ctrl::init(uint32_t fbnum) { function in class:overlay::Ctrl
25 // MDP/FD init
26 if(!mMdp.init(fbnum)) {
27 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayMdp.cpp46 bool MdpCtrl::init(uint32_t fbnum) { function in class:overlay::MdpCtrl
47 // FD init
50 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
/hardware/qcom/display/msm8960/libqdutils/
H A Didle_invalidator.cpp44 int IdleInvalidator::init(InvalidatorHandler reg_handler, void* user_data, function in class:IdleInvalidator
/hardware/qcom/display/msm8960/libqservice/
H A DQService.cpp74 void QService::init() function in class:qService::QService
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayCtrl.cpp24 bool Ctrl::init(uint32_t fbnum) { function in class:overlay::Ctrl
25 // MDP/FD init
26 if(!mMdp.init(fbnum)) {
27 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayMdp.cpp35 bool MdpCtrl::init(uint32_t fbnum) { function in class:overlay::MdpCtrl
36 // FD init
39 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
/hardware/qcom/display/msm8974/libqdutils/
H A Didle_invalidator.cpp44 int IdleInvalidator::init(InvalidatorHandler reg_handler, void* user_data, function in class:IdleInvalidator
/hardware/qcom/display/msm8974/libqservice/
H A DQService.cpp74 void QService::init() function in class:qService::QService
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayCtrl.cpp24 bool Ctrl::init(uint32_t fbnum) { function in class:overlay::Ctrl
25 // MDP/FD init
26 if(!mMdp.init(fbnum)) {
27 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayMdp.cpp46 bool MdpCtrl::init(uint32_t fbnum) { function in class:overlay::MdpCtrl
47 // FD init
50 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
/hardware/qcom/display/msm8x26/libqdutils/
H A Didle_invalidator.cpp44 int IdleInvalidator::init(InvalidatorHandler reg_handler, void* user_data, function in class:IdleInvalidator
/hardware/qcom/display/msm8x26/libqservice/
H A DQService.cpp74 void QService::init() function in class:qService::QService
/hardware/invensense/60xx/mlsdk/mllite/
H A Dcompass.h68 int (*init)(yas_filter_handle_t *t); member in struct:__anon150
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraThermalAdapter.cpp60 int QCameraThermalAdapter::init(QCameraThermalCallback *thermalCb) function in class:qcamera::QCameraThermalAdapter
/hardware/broadcom/libbt/src/
H A Dbt_vendor_brcm.c91 static int init(const bt_vendor_callbacks_t* p_cb, unsigned char *local_bdaddr) function
93 ALOGI("init");
97 ALOGE("init failed with no user callbacks!");
240 init,
/hardware/qcom/display/msm8960/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/display/msm8974/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");
58 if(!mCtrlData.ctrl.init(fbNum)) {
59 ALOGE("GenericPipe failed to init ctrl");
63 if(!mCtrlData.data.init(fbNum)) {
64 ALOGE("GenericPipe failed to init data");

Completed in 414 milliseconds

123