Searched refs:init (Results 276 - 300 of 434) sorted by relevance

<<1112131415161718

/hardware/libhardware/include/hardware/
H A Dbluetooth.h431 /** NOTE: By default, no profiles are initialized at the time of init/enable.
432 * Whenever the application invokes the 'init' API of a profile, then one of
458 int (*init)(bt_callbacks_t* callbacks ); member in struct:__anon1232
469 /** Get all Bluetooth Adapter properties at init */
552 * This should be called immediately after a successful |init|.
H A Dinput.h558 void (*init)(const input_module_t* module, input_host_t* host, input_host_callbacks_t cb); member in struct:input_module
/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_camera_hal.cpp237 .init = nullptr,
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.h366 init_t init; member in struct:csd_data
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraPostProc.h164 int32_t init(jpeg_encode_callback_t jpeg_cb, void *user_data);
H A DQCameraStream.h62 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraQueue.cpp99 * FUNCTION : init
107 void QCameraQueue::init() function in class:qcamera::QCameraQueue
H A DQCameraDualFOVPP.cpp78 * FUNCTION : init
93 int32_t QCameraDualFOVPP::init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, function in class:qcamera::QCameraDualFOVPP
98 QCameraHALPP::init(bufNotifyCb, getOutputCb, pUserData);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.h53 static bool init(hwc_context_t *ctx);
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c54 /* effect specific operations. Only the init() and process() operations must be defined.
58 int (*init)(effect_context_t *context); member in struct:effect_ops_s
970 context->ops.init = visualizer_init;
985 ret = context->ops.init(context);
987 ALOGW("%s init failed", __func__);
1115 if (context->ops.init)
1116 *(int *) pReplyData = context->ops.init(context);
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DStreamIn.impl.h53 bool init() { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::__anon1096::ReadThread
393 if (!tempReadThread->init()) {
H A DStreamOut.impl.h52 bool init() { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::__anon1097::WriteThread
376 if (!tempWriteThread->init()) {
/hardware/qcom/display/msm8084/liboverlay/
H A Doverlay.cpp46 mPipeBook[i].init();
568 void Overlay::PipeBook::init() { function in class:overlay::Overlay::PipeBook
/hardware/qcom/display/msm8226/liboverlay/
H A Doverlay.cpp48 mPipeBook[i].init();
576 void Overlay::PipeBook::init() { function in class:overlay::Overlay::PipeBook
/hardware/qcom/display/msm8994/liboverlay/
H A Doverlay.cpp45 mPipeBook[i].init();
583 void Overlay::PipeBook::init() { function in class:overlay::Overlay::PipeBook
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h378 bool init();
408 bool init(unsigned long);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dviddec_h264_parse.c180 // 2) else: init frame store
246 // Step 4: DPB reference list init and reordering
551 ops->init = viddec_h264_init;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dviddec_vc1_parse.c11 /* init function */
338 ops->init = viddec_vc1_init;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_utils.c126 init
432 pcontext->parser_ops->init(
439 /* overwrite init with our number of items. */
/hardware/intel/common/utils/ISV/include/
H A Disv_omxcomponent.h233 // init & deinit functions
234 status_t init(int32_t width, int32_t height);
/hardware/interfaces/bluetooth/1.0/default/
H A Dvendor_interface.cc214 int status = lib_interface_->init(&lib_callbacks, (unsigned char*)local_bda);
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
H A DComposerClient.h44 return client->init() ? std::move(client) : nullptr;
/hardware/interfaces/health/2.0/default/
H A DHealth.cpp39 battery_monitor_->init(c);
/hardware/interfaces/usb/1.0/vts/functional/
H A DVtsHalUsbV1_0TargetTest.cpp362 UsbHidlEnvironment::Instance()->init(&argc, argv);
/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp218 CHECK_MEMBER_AT(camera_module_t, init, 152, 296);

Completed in 1981 milliseconds

<<1112131415161718