Searched refs:init (Results 51 - 75 of 434) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8994/libmemtrack/
H A Dmemtrack_msm.c63 dev->init = msm_memtrack_init;
92 init: msm_memtrack_init,
/hardware/qcom/display/msm8996/libmemtrack/
H A Dmemtrack_msm.c64 dev->init = msm_memtrack_init;
93 .init = msm_memtrack_init,
/hardware/interfaces/graphics/mapper/2.1/utils/vts/
H A DMapperVts.cpp50 init();
58 init();
61 void Gralloc::init() { function in class:android::hardware::graphics::mapper::V2_1::vts::Gralloc
/hardware/qcom/display/msm8084/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...]
/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");
H A DoverlayGenPipe.h45 bool init();
/hardware/google/av/codec2/include/media/stagefright/codec2/1.0/
H A DInputSurfaceConnection.h48 bool init();
/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsHalRenderscriptV1_0TargetTest.cpp41 RenderscriptHidlEnvironment::Instance()->init(&argc, argv);
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/
H A DVtsHalWifiHostapdV1_0TargetTest.cpp45 gEnv->init(&argc, argv);
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/
H A DVtsHalWifiSupplicantV1_1TargetTest.cpp48 gEnv->init(&argc, argv);
/hardware/libhardware/include/hardware/
H A Dgps_internal.h87 void (*init)( AGpsCallbacks* callbacks ); member in struct:__anon1340
/hardware/libhardware/modules/camera/3_0/
H A DMetadata.h31 int init(const camera_metadata_t *metadata);
44 // This is not a durable handle, and may be destroyed by add*/init
/hardware/libhardware/modules/power/
H A Dpower.c64 .init = power_init,
/hardware/libhardware/modules/usbcamera/
H A DMetadata.h31 int init(const camera_metadata_t *metadata);
44 // This is not a durable handle, and may be destroyed by add*/init
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraThermalAdapter.h66 int init(QCameraThermalCallback *thermalCb);
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraExtZoomTranslator.cpp103 * FUNCTION : init
117 int32_t QCameraExtZoomTranslator::init( function in class:qcamera::QCameraExtZoomTranslator
H A DQCameraExtZoomTranslator.h66 int32_t init(zoom_trans_init_data initData);
H A DQCameraQueue.h50 void init();
54 * Need to call init() in order to use the queue again */
/hardware/qcom/display/msm8084/libqservice/
H A DQService.h55 static void init();
/hardware/qcom/display/msm8226/libqservice/
H A DQService.h52 static void init();
/hardware/qcom/display/msm8909/libqservice/
H A DQService.h55 static void init();
/hardware/qcom/display/msm8909w_3100/libqservice/
H A DQService.h55 static void init();
/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

Completed in 543 milliseconds

1234567891011>>