Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 171) sorted by relevance

1234567

/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dconfirmationui_utils.h43 static T&& init() { return *static_cast<std::remove_reference_t<T>*>(nullptr); } in init() function
47 static T init() { return nullptr; } in init() function
51 static T init() { return T(); } in init() function
/hardware/qcom/display/msm8084/liboverlay/pipes/
Doverlay3DPipe.h172 inline bool M3DExtPipe<CHAN>::init(RotatorBase* rot) { in init() function
241 inline bool M3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { in init() function
296 inline bool S3DExtPipe<CHAN>::init(RotatorBase* rot) { in init() function
360 inline bool S3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { in init() function
/hardware/qcom/display/msm8960/liboverlay/pipes/
Doverlay3DPipe.h172 inline bool M3DExtPipe<CHAN>::init(RotatorBase* rot) { in init() function
241 inline bool M3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { in init() function
296 inline bool S3DExtPipe<CHAN>::init(RotatorBase* rot) { in init() function
360 inline bool S3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { in init() function
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DStreamIoUtil.h126 void init(const CharT *base, size_t size) { in init() function
131 void init(CharT *base, size_t size) { in init() function
/hardware/qcom/display/msm8960/liboverlay/
DoverlayCtrlData.h147 inline bool Ctrl::init(uint32_t fbnum) { in init() function
237 inline bool Data::init(uint32_t fbnum) { in init() function
DoverlayCtrl.cpp24 bool Ctrl::init(uint32_t fbnum) { in init() function in overlay::Ctrl
/hardware/google/av/codec2/hidl/1.0/utils/
DConfigurable.cpp40 c2_status_t CachedConfigurable::init(ComponentStore* store) { in init() function in hardware::google::media::c2::V1_0::utils::CachedConfigurable
42 c2_status_t init = mIntf->querySupportedParams(&mSupportedParams); in init() local
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdp.cpp36 bool MdpCtrl::init(const int& dpy) { in init() function in overlay::MdpCtrl
370 bool MdpData::init(const int& dpy) { in init() function in overlay::MdpData
DoverlayCtrl.cpp24 bool Ctrl::init(uint32_t fbnum) { in init() function in overlay::Ctrl
/hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/
DAllocator.h46 bool init(std::unique_ptr<Hal> hal) { in init() function
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_virtual.h89 virtual void init(hwc_context_t *) {}; in init() function
/hardware/libhardware/include/hardware/
Dvr.h96 void (*init)(struct vr_module *module); member
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMdp.cpp36 bool MdpCtrl::init(const int& dpy) { in init() function in overlay::MdpCtrl
389 bool MdpData::init(const int& dpy) { in init() function in overlay::MdpData
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_virtual.h83 virtual void init(hwc_context_t *) {}; in init() function
/hardware/qcom/display/msm8960/libqdutils/
Didle_invalidator.cpp44 int IdleInvalidator::init(InvalidatorHandler reg_handler, void* user_data, in init() function in IdleInvalidator
/hardware/interfaces/vr/1.0/default/
DVr.cpp35 Return<void> Vr::init() { in init() function in android::hardware::vr::V1_0::implementation::Vr
/hardware/qcom/display/msm8994/libqservice/
DQService.cpp71 void QService::init() in init() function in qService::QService
/hardware/qcom/display/msm8960/libqservice/
DQService.cpp74 void QService::init() in init() function in qService::QService
/hardware/qcom/display/msm8226/libqservice/
DQService.cpp71 void QService::init() in init() function in qService::QService
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMdp.cpp37 bool MdpCtrl::init(const int& dpy) { in init() function in overlay::MdpCtrl
411 bool MdpData::init(const int& dpy) { in init() function in overlay::MdpData
/hardware/interfaces/gnss/2.0/default/
DGnssBatching.cpp30 Return<bool> GnssBatching::init(const sp<V1_0::IGnssBatchingCallback>&) { in init() function in android::hardware::gnss::V2_0::implementation::GnssBatching
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraExtZoomTranslator.cpp117 int32_t QCameraExtZoomTranslator::init( in init() function in qcamera::QCameraExtZoomTranslator
/hardware/qcom/bt/msm8960/libbt-vendor/src/
Dbt_vendor_qcom.c70 static int init(const bt_vendor_callbacks_t* p_cb, unsigned char *local_bdaddr) in init() function
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h73 void init( in init() function
/hardware/interfaces/audio/effect/all-versions/default/
DAudioBufferManager.cpp66 bool AudioBufferWrapper::init() { in init() function in android::hardware::audio::effect::CPP_VERSION::implementation::AudioBufferWrapper

1234567