Searched defs:instance (Results 1 - 25 of 102) sorted by path

12345

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h1289 uint instance; member in struct:wl_instance_info
/hardware/google/av/codec2/1.0/mts/common/
H A Dmedia_c2_hidl_test_common.h116 void setInstance(const char* _instance) { instance = _instance; }
121 ALOGV("Calling get instance");
122 return Super::getServiceName<IComponentStore>(instance);
131 {"instance", required_argument, 0, 'I'},
163 "-I, --instance: software for C2 components, else default\n"
173 hidl_string instance; member in class:ComponentTestEnvironment
/hardware/google/av/codec2/tests/
H A DC2SampleComponent_test.cpp167 const MyComponentInstance *instance; member in class:MyComponentInstance::MyParamReflector
170 MyParamReflector(const MyComponentInstance *i) : instance(i) { }
174 case decltype(instance->mDomainInfo)::CORE_INDEX:
177 instance->mDomainInfo.type(),
178 decltype(instance->mDomainInfo)::FieldList(),
/hardware/google/av/codec2/vndk/include/util/
H A DC2InterfaceHelper.h709 * Sets subclass instance's address and size.
712 * they are local to the subclass instance)
714 * \param T type of the derived instance
715 * \param instance pointer to the derived instance
718 inline C2_HIDE void setDerivedInstance(T *instance) { argument
719 setInterfaceAddressBounds((uintptr_t)instance, (uintptr_t)(instance + 1));
/hardware/intel/common/libmix/mix_common/src/
H A Dmixparams.c25 static void mix_params_init (GTypeInstance * instance, gpointer klass);
76 static void mix_params_init (GTypeInstance * instance, gpointer klass) argument
78 MixParams *obj = MIX_PARAMS_CAST (instance);
H A Dmixparams.h30 * @returns: reference to cloned instance.
32 * Virtual function prototype for methods to create duplicate of instance.
43 * Virtual function prototype for methods to create copies of instance.
91 * @instance: type instance
97 GTypeInstance instance; member in struct:_MixParams
138 * Create new instance of the object.
148 * Copy data from one instance to the other. This method internally invoked the #MixParams::copy method such that derived object will be copied correctly.
185 * Duplicate the given #MixParams and allocate a new instance. This method is chained up properly and derive object will be dupped properly.
195 * Note that the parameter comparison compares the values that are hold inside the object, not for checking if the 2 pointers are of the same instance
[all...]
/hardware/intel/common/libmix/mix_video/src/
H A Dmixdisplay.c24 static void mix_display_init (GTypeInstance * instance, gpointer klass);
108 mix_display_init (GTypeInstance * instance, gpointer klass) argument
110 MixDisplay *obj = MIX_DISPLAY_CAST (instance);
450 * @returns: a newly allocated #GParamSpec instance
452 * Creates a new #GParamSpec instance that hold #MixDisplay references.
H A Dmixdisplay.h28 * @returns: reference to cloned instance.
30 * Virtual function prototype for methods to create duplicate of instance.
41 * Virtual function prototype for methods to create copies of instance.
91 * @instance: type instance
98 GTypeInstance instance; member in struct:_MixDisplay
140 * Create new instance of the object.
150 * Copy data from one instance to the other. This method internally invoked the #MixDisplay::copy method such that derived object will be copied correctly.
185 * Duplicate the given #MixDisplay and allocate a new instance. This method is chained up properly and derive object will be dupped properly.
195 * Note that the parameter comparison compares the values that are hold inside the object, not for checking if the 2 pointers are of the same instance
[all...]
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcmodule.cpp181 OMX_ERRORTYPE CModule::InstantiateComponent(ComponentBase **instance) argument
186 if (!instance)
188 *instance = NULL;
207 *instance = cbase;
/hardware/intel/img/hwcomposer/merrifield/include/
H A DHwcomposer.h93 Hwcomposer *instance = sInstance; local
94 if (instance == 0) {
95 instance = createHwcomposer();
96 sInstance = instance;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DHwcomposer.h86 Hwcomposer *instance = sInstance; local
87 if (instance == 0) {
88 instance = createHwcomposer();
89 sInstance = instance;
/hardware/interfaces/audio/effect/2.0/vts/functional/
H A DVtsHalAudioEffectV2_0TargetTest.cpp68 static AudioEffectsFactoryHidlEnvironment* instance = local
70 return instance;
/hardware/interfaces/audio/effect/4.0/vts/functional/
H A DVtsHalAudioEffectV4_0TargetTest.cpp71 static AudioEffectsFactoryHidlEnvironment* instance = local
73 return instance;
/hardware/interfaces/authsecret/1.0/vts/functional/
H A DVtsHalAuthSecretV1_0TargetTest.cpp31 static AuthSecretHidlEnvironment* instance = new AuthSecretHidlEnvironment; local
32 return instance;
/hardware/interfaces/automotive/audiocontrol/1.0/vts/functional/
H A DVtsHalAudioControlV1_0TargetTest.cpp49 static CarAudioControlHidlEnvironment* instance = new CarAudioControlHidlEnvironment; local
50 return instance;
/hardware/interfaces/automotive/evs/1.0/vts/functional/
H A DVtsHalEvsV1_0TargetTest.cpp72 static EvsHidlEnvironment* instance = new EvsHidlEnvironment; local
73 return instance;
190 // Verify that the second camera instance self-identifies correctly
240 // Close only the newest display instance -- the other should already be a zombie
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleObjectPool.h34 #define INC_METRIC_IF_DEBUG(val) PoolStats::instance()->val++;
40 static PoolStats* instance() { function in struct:android::hardware::automotive::vehicle::V2_0::PoolStats
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
H A DVtsHalBiometricsFingerprintV2_1TargetTest.cpp190 static FingerprintHidlEnvironment* instance = new FingerprintHidlEnvironment; local
191 return instance;
/hardware/interfaces/bluetooth/1.0/vts/functional/
H A DVtsHalBluetoothV1_0TargetTest.cpp137 static BluetoothHidlEnvironment* instance = new BluetoothHidlEnvironment; local
138 return instance;
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
H A DVtsHalBluetoothA2dpV1_0TargetTest.cpp46 static BluetoothA2dpHidlEnvironment* instance = new BluetoothA2dpHidlEnvironment; local
47 return instance;
/hardware/interfaces/boot/1.0/vts/functional/
H A DVtsHalBootV1_0TargetTest.cpp45 static BootHidlEnvironment* instance = new BootHidlEnvironment; local
46 return instance;
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp264 static CameraHidlEnvironment* instance = new CameraHidlEnvironment; local
265 return instance;
/hardware/interfaces/cas/1.0/vts/functional/
H A DVtsHalCasV1_0TargetTest.cpp216 static CasHidlEnvironment* instance = new CasHidlEnvironment; local
217 return instance;
/hardware/interfaces/configstore/1.0/vts/functional/
H A DVtsHalConfigstoreV1_0TargetTest.cpp43 static ConfigstoreHidlEnvironment* instance = new ConfigstoreHidlEnvironment; local
44 return instance;
/hardware/interfaces/confirmationui/1.0/vts/functional/
H A DVtsHalConfirmationUIV1_0TargetTest.cpp206 static ConfirmationUIHidlEnvironment* instance = new ConfirmationUIHidlEnvironment; local
207 return instance;

Completed in 532 milliseconds

12345