/hardware/nxp/nfc/halimpl/utils/ |
D | NxpNfcCapability.cpp | 22 capability* capability::instance = NULL; member in capability 29 if (NULL == instance) { in getInstance() 30 instance = new capability(); in getInstance() 32 return instance; in getInstance()
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | Hwcomposer.h | 93 Hwcomposer *instance = sInstance; in getInstance() local 94 if (instance == 0) { in getInstance() 95 instance = createHwcomposer(); in getInstance() 96 sInstance = instance; in getInstance()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | Hwcomposer.h | 86 Hwcomposer *instance = sInstance; in getInstance() local 87 if (instance == 0) { in getInstance() 88 instance = createHwcomposer(); in getInstance() 89 sInstance = instance; in getInstance()
|
/hardware/interfaces/wifi/1.2/vts/functional/ |
D | VtsHalWifiV1_2TargetTest.cpp | 31 static WifiHidlEnvironment_1_2* instance = new WifiHidlEnvironment_1_2; in Instance() local 32 return instance; in Instance()
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | VtsHalWifiV1_0TargetTest.cpp | 25 static WifiVtsHidlEnvironment_1_0* instance = in Instance() local 27 return instance; in Instance()
|
/hardware/interfaces/wifi/1.1/vts/functional/ |
D | VtsHalWifiV1_1TargetTest.cpp | 26 static WifiHidlEnvironment_1_1* instance = new WifiHidlEnvironment_1_1; in Instance() local 27 return instance; in Instance()
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | VtsHalWifiSupplicantV1_0TargetTest.cpp | 26 static WifiSupplicantHidlEnvironment_1_0* instance = in Instance() local 28 return instance; in Instance()
|
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/ |
D | VtsHalWifiSupplicantV1_1TargetTest.cpp | 28 static WifiSupplicantHidlEnvironment_1_1* instance = in Instance() local 30 return instance; in Instance()
|
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/ |
D | VtsHalWifiHostapdV1_0TargetTest.cpp | 26 static WifiHostapdHidlEnvironment_1_0* instance = in Instance() local 28 return instance; in Instance()
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprintClientCallback.hal | 25 * @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/ |
D | OMXComponentDefines.h | 106 OMX_ERRORTYPE CreateInstance(OMX_PTR *instance) {\ 107 *instance = NULL;\ 112 *instance = inst;\
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | cmodule.cpp | 181 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/ |
D | msm_ipc.h | 14 uint32_t instance; member 80 uint32_t instance; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ipc.h | 31 uint32_t instance; member 82 uint32_t instance; member
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 36 static NeuralnetworksHidlEnvironment* instance = new NeuralnetworksHidlEnvironment(); in getInstance() local 37 return instance; in getInstance()
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 36 static NeuralnetworksHidlEnvironment* instance = new NeuralnetworksHidlEnvironment(); in getInstance() local 37 return instance; in getInstance()
|
/hardware/interfaces/cas/1.0/ |
D | IDescramblerBase.hal | 27 * Associate a MediaCas session with this MediaDescrambler instance. 29 * @param sessionId the id of the session to associate with this descrambler instance. 44 * Release the descrambler instance.
|
/hardware/interfaces/authsecret/1.0/vts/functional/ |
D | VtsHalAuthSecretV1_0TargetTest.cpp | 31 static AuthSecretHidlEnvironment* instance = new AuthSecretHidlEnvironment; in Instance() local 32 return instance; in Instance()
|
/hardware/google/av/codec2/1.0/mts/common/ |
D | media_c2_hidl_test_common.h | 116 void setInstance(const char* _instance) { instance = _instance; } in setInstance() 122 return Super::getServiceName<IComponentStore>(instance); in getInstance() 173 hidl_string instance;
|
/hardware/interfaces/health/1.0/vts/functional/ |
D | VtsHalHealthV1_0TargetTest.cpp | 38 static HealthHidlEnvironment* instance = new HealthHidlEnvironment; in Instance() local 39 return instance; in Instance()
|
/hardware/interfaces/vr/1.0/vts/functional/ |
D | VtsHalVrV1_0TargetTest.cpp | 35 static VrHidlEnvironment* instance = new VrHidlEnvironment; in Instance() local 36 return instance; in Instance()
|
/hardware/interfaces/health/2.0/utils/libhealthservice/ |
D | HealthServiceCommon.cpp | 84 int health_service_main(const char* instance) { in health_service_main() argument 85 gInstanceName = instance; in health_service_main()
|
/hardware/interfaces/media/omx/1.0/ |
D | IOmx.hal | 55 * Allocate an IOmxNode instance with the specified node name. 59 * the created instance. 61 * @return omxNode The allocated instance of `IOmxNode`.
|
D | IOmxBufferSource.hal | 25 * IOmxNode instance. Use IOmxNode::setInputSurface() to attach an 26 * IOmxBufferSource instance to an IOmxNode instance.
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_device_impl.h | 54 static GrallocImpl *instance = new GrallocImpl(module); in GetInstance() local 55 if (instance->IsInitialized()) { in GetInstance() 56 return instance; in GetInstance()
|