Searched refs:init (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/hardware/interfaces/vr/1.0/
H A DIVr.hal27 init();
/hardware/interfaces/vr/1.0/vts/functional/
H A DVtsHalVrV1_0TargetTest.cpp52 // Sanity check that Vr::init does not crash.
54 EXPECT_TRUE(vr->init().isOk());
59 EXPECT_TRUE(vr->init().isOk());
64 // Sanity check that Vr::init and Vr::setVrMode can be used in any order.
66 EXPECT_TRUE(vr->init().isOk());
68 EXPECT_TRUE(vr->init().isOk());
70 EXPECT_TRUE(vr->init().isOk());
/hardware/interfaces/health/1.0/
H A DIHealth.hal30 init(HealthConfig config) generates (HealthConfig configOut);
/hardware/interfaces/vr/1.0/default/
H A DVr.cpp35 Return<void> Vr::init() { function in class:android::hardware::vr::V1_0::implementation::Vr
36 mDevice->init(mDevice);
H A DVr.h36 Return<void> init() override;
/hardware/libhardware/include/hardware/
H A Dbt_gatt.h52 bt_status_t (*init)( const btgatt_callbacks_t* callbacks ); member in struct:__anon1130
H A Dvr.h94 * its boot phase. No methods from this HAL will be called before init.
96 void (*init)(struct vr_module *module); member in struct:vr_module
H A Dbt_mce.h46 bt_status_t (*init)(btmce_callbacks_t *callbacks); member in struct:__anon1208
H A Dboot_control.h54 * (*init)() perform any initialization tasks needed for the HAL.
57 void (*init)(struct boot_control_module *module); member in struct:boot_control_module
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
H A Dnfc_tag.h65 int (*init)(const struct nfc_tag_device *dev); member in struct:nfc_tag_device
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DStreamIoUtil.h34 init(vec.data(), vec.size());
39 init(begin, end - begin);
43 init(begin, size);
48 init(vec.data(), vec.size());
53 init(begin, end - begin);
57 init(begin, size);
125 // read only buffer init
126 void init(const CharT *base, size_t size) { function in class:HidUtil::charvectorbuf
130 // read write buffer init
131 void init(Char function in class:HidUtil::charvectorbuf
[all...]
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dmodule.h39 module_init_t init; member in struct:module
/hardware/libhardware/modules/input/evdev/
H A DEvdevModule.cpp43 void init();
62 void EvdevModule::init() { function in class:android::EvdevModule
103 gEvdevModule->init();
129 .init = input_init,
/hardware/libhardware/modules/vr/
H A Dvr.c45 .init = vr_init,
/hardware/qcom/display/msm8084/libqdutils/
H A Didle_invalidator.h47 /* init timer obj */
48 int init(InvalidatorHandler reg_handler, void* user_data, unsigned int
/hardware/qcom/display/msm8226/libqdutils/
H A Didle_invalidator.h47 /* init timer obj */
48 int init(InvalidatorHandler reg_handler, void* user_data, unsigned int
/hardware/qcom/display/msm8960/libqdutils/
H A Didle_invalidator.h47 /* init timer obj */
48 int init(InvalidatorHandler reg_handler, void* user_data, unsigned int
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h36 bool init();
/hardware/qcom/display/msm8960/liboverlay/
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...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_virtual.h40 virtual void init(hwc_context_t *ctx) = 0;
60 virtual void init(hwc_context_t *ctx);
83 virtual void init(hwc_context_t *) {}; function in class:qhwc::HWCVirtualV4L2
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_virtual.h40 virtual void init(hwc_context_t *ctx) = 0;
60 virtual void init(hwc_context_t *ctx);
89 virtual void init(hwc_context_t *) {}; function in class:qhwc::HWCVirtualV4L2
/hardware/libhardware/tests/vehicle/
H A Dvehicle_tests.cpp69 // Test the workflows for subscribe and init/release.
70 // Subscribe will return error before init() is called or after release() is
73 // Test that init on a new device works. When getting an instance, we are
76 vehicle_device()->init(vehicle_device(), callback_fn(), error_fn());
79 // Trying to init again should return an error.
80 ret_code = vehicle_device()->init(vehicle_device(), callback_fn(), error_fn());
87 // We should be able to init again.
88 ret_code = vehicle_device()->init(vehicle_device(), callback_fn(), error_fn());
100 // If the device is not init subscribe should fail off the bat.
105 // Let's init th
[all...]
/hardware/qcom/display/msm8084/libmemtrack/
H A Dmemtrack_msm.c60 init: msm_memtrack_init,
/hardware/qcom/display/msm8226/libmemtrack/
H A Dmemtrack_msm.c60 init: msm_memtrack_init,

Completed in 494 milliseconds

1234567891011>>