Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 85) sorted by relevance

1234

/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DHwcomposer.h86 Hwcomposer *instance = sInstance; in getInstance() local
87 if (instance == 0) { in getInstance()
88 instance = createHwcomposer(); in getInstance()
89 sInstance = instance; in getInstance()
/hardware/intel/img/hwcomposer/merrifield/include/
DHwcomposer.h93 Hwcomposer *instance = sInstance; in getInstance() local
94 if (instance == 0) { in getInstance()
95 instance = createHwcomposer(); in getInstance()
96 sInstance = instance; in getInstance()
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprintClientCallback.hal25 * @param deviceId the instance of this fingerprint device
34 * @param deviceId the instance of this fingerprint device
43 * @param deviceId the instance of this fingerprint device
52 * @param deviceId the instance of this fingerprint device
61 * @param deviceId the instance of this fingerprint device
70 * @param deviceId the instance of this fingerprint device
/hardware/intel/common/omx-components/videocodec/
DOMXComponentDefines.h106 OMX_ERRORTYPE CreateInstance(OMX_PTR *instance) {\
107 *instance = NULL;\
112 *instance = inst;\
/hardware/intel/common/wrs_omxil_core/base/src/
Dcmodule.cpp181 OMX_ERRORTYPE CModule::InstantiateComponent(ComponentBase **instance) in InstantiateComponent() argument
186 if (!instance) in InstantiateComponent()
188 *instance = NULL; in InstantiateComponent()
207 *instance = cbase; in InstantiateComponent()
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_ipc.h14 uint32_t instance; member
80 uint32_t instance; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_ipc.h31 uint32_t instance; member
82 uint32_t instance; member
/hardware/interfaces/media/omx/1.0/vts/functional/master/
DVtsHalMediaOmxV1_0TargetMasterTest.cpp55 ComponentTestEnvironment() : instance("default") {} in ComponentTestEnvironment()
57 void setInstance(const char* _instance) { instance = _instance; } in setInstance()
59 const hidl_string getInstance() const { return instance; } in getInstance()
94 hidl_string instance; member in ComponentTestEnvironment
/hardware/interfaces/media/omx/1.0/
DIOmx.hal55 * Allocate an IOmxNode instance with the specified node name.
59 * the created instance.
61 * @return omxNode The allocated instance of `IOmxNode`.
DIOmxBufferSource.hal25 * IOmxNode instance. Use IOmxNode::setInputSurface() to attach an
26 * IOmxBufferSource instance to an IOmxNode instance.
DIOmxStore.hal30 * instance name.
133 * corresponding `IOmx` instance to create the node.
137 * Name of the `IOmx` instance that can create this node.
139 * To obtain the `IOmx` instance, call `getOmx(owner)`.
202 * Obtain an `IOmx` instance with a specified name.
204 * @param name The name of the instance.
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.h54 static GrallocImpl *instance = new GrallocImpl(module); in GetInstance() local
55 if (instance->IsInitialized()) { in GetInstance()
56 return instance; in GetInstance()
Dgr_buf_mgr.h68 static BufferManager *instance = new BufferManager(); in GetInstance() local
69 return instance; in GetInstance()
/hardware/intel/common/libmix/mix_common/src/
Dmixparams.c25 static void mix_params_init (GTypeInstance * instance, gpointer klass);
76 static void mix_params_init (GTypeInstance * instance, gpointer klass) in mix_params_init() argument
78 MixParams *obj = MIX_PARAMS_CAST (instance); in mix_params_init()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dtdls.cpp57 TdlsCommand* TdlsCommand::instance(wifi_handle handle) in instance() function in TdlsCommand
357 pTdlsCommand = TdlsCommand::instance(handle); in wifi_enable_tdls()
436 pTdlsCommand = TdlsCommand::instance(handle); in wifi_disable_tdls()
486 pTdlsCommand = TdlsCommand::instance(handle); in wifi_get_tdls_status()
538 pTdlsCommand = TdlsCommand::instance(handle); in wifi_get_tdls_capabilities()
Drssi_monitor.h51 static RSSIMonitorCommand* instance(wifi_handle handle, wifi_request_id id);
DtdlsCommand.h88 static TdlsCommand* instance(wifi_handle handle);
Dllstatscommand.h91 static LLStatsCommand* instance(wifi_handle handle);
Dwifiloggercmd.h88 static WifiLoggerCommand* instance(wifi_handle handle);
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_mgr.h67 static BufferManager *instance = new BufferManager(); in GetInstance() local
68 return instance; in GetInstance()
Dgr_device_impl.h56 static GrallocImpl *instance = new GrallocImpl(module); in GetInstance() local
57 return instance; in GetInstance()
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcmodule.h74 OMX_ERRORTYPE InstantiateComponent(ComponentBase **instance);
/hardware/interfaces/drm/1.0/
DIDrmFactory.hal24 * drm HAL to create drm plugin instances. A drm plugin instance
48 * Create a drm plugin instance for the specified uuid and scheme-specific
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h34 #define INC_METRIC_IF_DEBUG(val) PoolStats::instance()->val++;
40 static PoolStats* instance() { in instance() function
/hardware/intel/common/libmix/mix_video/src/
Dmixdisplay.c24 static void mix_display_init (GTypeInstance * instance, gpointer klass);
108 mix_display_init (GTypeInstance * instance, gpointer klass) in mix_display_init() argument
110 MixDisplay *obj = MIX_DISPLAY_CAST (instance); in mix_display_init()

1234