Home
last modified time | relevance | path

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

123456789

/hardware/interfaces/drm/1.1/
DREADME.md28 <instance>default</instance>
32 <instance>default</instance>
55 <instance>clearkey</instance>
56 <instance>foo</instance>
60 <instance>clearkey</instance>
61 <instance>foo</instance>
/hardware/qcom/sm8150/vr/
Dvr.c61 static void log_config_instance(struct config_instance *instance ){ in log_config_instance() argument
62 ALOGI("logging config_instance 0x%p", instance); in log_config_instance()
63 ALOGI("config_instance: cfg_desc = %s", instance->cfg_desc); in log_config_instance()
64 ALOGI("config_instance: algo_type = %s", instance->algo_type); in log_config_instance()
65 ALOGI("config_instance: fields_mask = 0x%x", instance->fields_mask); in log_config_instance()
66 ALOGI("config_instance: num_fields = %u", instance->num_fields); in log_config_instance()
67 for (uint32_t i = 0; i < instance->num_fields; i++) { in log_config_instance()
69 ALOGI("\tfield_name = %s", instance->fields[i].field_name); in log_config_instance()
70 ALOGI("\tdata_type = %u", instance->fields[i].data_type); in log_config_instance()
71 ALOGI("\tnum_data = %u", instance->fields[i].num_data); in log_config_instance()
[all …]
/hardware/qcom/sdm845/vr/
Dvr.c61 static void log_config_instance(struct config_instance *instance ){ in log_config_instance() argument
62 ALOGI("logging config_instance 0x%p", instance); in log_config_instance()
63 ALOGI("config_instance: cfg_desc = %s", instance->cfg_desc); in log_config_instance()
64 ALOGI("config_instance: algo_type = %s", instance->algo_type); in log_config_instance()
65 ALOGI("config_instance: fields_mask = 0x%x", instance->fields_mask); in log_config_instance()
66 ALOGI("config_instance: num_fields = %u", instance->num_fields); in log_config_instance()
67 for (uint32_t i = 0; i < instance->num_fields; i++) { in log_config_instance()
69 ALOGI("\tfield_name = %s", instance->fields[i].field_name); in log_config_instance()
70 ALOGI("\tdata_type = %u", instance->fields[i].data_type); in log_config_instance()
71 ALOGI("\tnum_data = %u", instance->fields[i].num_data); in log_config_instance()
[all …]
/hardware/interfaces/drm/1.0/vts/functional/include/
Ddrm_vts_helper.h39 DrmHalTestParam(const std::string& instance) : instance_(instance) {} in DrmHalTestParam()
40 DrmHalTestParam(const std::string& instance, const hidl_array<uint8_t, 16>& scheme) in DrmHalTestParam()
41 : instance_(instance), scheme_(scheme) {} in DrmHalTestParam()
/hardware/nxp/nfc/halimpl/utils/
DNxpNfcCapability.cpp22 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/interfaces/identity/aidl/default/
Dservice.cpp37 const std::string instance = std::string() + IdentityCredentialStore::descriptor + "/default"; in main() local
38 LOG(INFO) << "instance: " << instance; in main()
39 binder_status_t status = AServiceManager_addService(store->asBinder().get(), instance.c_str()); in main()
/hardware/interfaces/tv/tuner/1.0/
DITuner.hal42 * Create a new instance of Frontend given a frontendId.
44 * It is used by the client to create a frontend instance.
56 * Create a new instance of Demux.
58 * It is used by the client to create a Demux instance.
79 * Create a new instance of Descrambler.
81 * It is used by the client to create a Descrambler instance.
114 * Create a new instance of Lnb given a lnbId.
116 * It is used by the client to create a Lnb instance for satellite Frontend.
128 * Create a new instance of Lnb given a LNB name.
130 * It is used by the client to create a LNB instance for external device.
DIDescrambler.hal30 * descrambler. A descrambler instance can have only one source, and
45 * A descrambler instance can have only one key slot to link, but a key
61 * descrambler instance because descambling can happen simultaneously on
65 * @param filter an optional filter instance to identify upper stream.
80 * @param filter an optional filter instance to identify upper stream.
89 * Release the descrambler instance
91 * It is used by the client to release the descrambler instance. HAL clear
92 * underneath resource. client mustn't access the instance any more.
DIDemux.hal34 * this demux instance. A demux instance can have only one data source.
57 * @return filter the filter instance of the newly added.
72 * @return timeFilter the time filter instance of the newly added.
81 * @param filter the filter instance.
107 * Close the Demux instance
109 * It is used by the client to release the demux instance. HAL clear
110 * underneath resource. client mustn't access the instance any more.
119 * Open a DVR (Digital Video Record) instance in the demux
132 * @return dvr a DVR instance.
/hardware/qcom/sm8150/gps/utils/
DLocIpc.h72 getLocIpcQrtrSender(int service, int instance);
74 getLocIpcQsockSender(int service, int instance);
84 int service, int instance);
87 int service, int instance);
91 int instance);
DLocIpc.cpp347 shared_ptr<LocIpcSender> LocIpc::getLocIpcQrtrSender(int service, int instance) { in getLocIpcQrtrSender() argument
351 return (nullptr == creator) ? nullptr : creator(service, instance); in getLocIpcQrtrSender()
354 int service, int instance) { in getLocIpcQrtrRecver() argument
358 return (nullptr == creator) ? nullptr : creator(listener, service, instance); in getLocIpcQrtrRecver()
360 shared_ptr<LocIpcSender> LocIpc::getLocIpcQsockSender(int service, int instance) { in getLocIpcQsockSender() argument
364 return (nullptr == creator) ? nullptr : creator(service, instance); in getLocIpcQsockSender()
367 int service, int instance) { in getLocIpcQsockRecver() argument
371 return (nullptr == creator) ? nullptr : creator(listener, service, instance); in getLocIpcQsockRecver()
381 …getLocIpcQmiLocServiceSenderRecverPair(const shared_ptr<ILocIpcListener>& listener, int instance) { in getLocIpcQmiLocServiceSenderRecverPair() argument
388 creator(listener, instance); in getLocIpcQmiLocServiceSenderRecverPair()
/hardware/interfaces/light/aidl/default/
Dmain.cpp29 const std::string instance = std::string() + Lights::descriptor + "/default"; in main() local
30 binder_status_t status = AServiceManager_addService(lights->asBinder().get(), instance.c_str()); in main()
/hardware/interfaces/vibrator/aidl/default/
Dmain.cpp29 const std::string instance = std::string() + Vibrator::descriptor + "/default"; in main() local
30 binder_status_t status = AServiceManager_addService(vib->asBinder().get(), instance.c_str()); in main()
/hardware/interfaces/health/2.1/default/
Dimpl.cpp42 extern "C" IHealth* HIDL_FETCH_IHealth(const char* instance) { in HIDL_FETCH_IHealth() argument
43 if (instance != "default"sv) { in HIDL_FETCH_IHealth()
/hardware/interfaces/power/aidl/default/
Dmain.cpp29 const std::string instance = std::string() + Power::descriptor + "/default"; in main() local
30 binder_status_t status = AServiceManager_addService(vib->asBinder().get(), instance.c_str()); in main()
/hardware/interfaces/wifi/1.2/vts/functional/
DVtsHalWifiV1_2TargetTest.cpp29 static WifiHidlEnvironment_1_2* instance = new WifiHidlEnvironment_1_2; in Instance() local
30 return instance; in Instance()
/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/interfaces/wifi/1.3/vts/functional/
DVtsHalWifiV1_3TargetTest.cpp29 static WifiHidlEnvironment_1_3* instance = new WifiHidlEnvironment_1_3; in Instance() local
30 return instance; in Instance()
/hardware/interfaces/wifi/1.0/vts/functional/
DVtsHalWifiV1_0TargetTest.cpp25 static WifiVtsHidlEnvironment_1_0* instance = in Instance() local
27 return instance; in Instance()
/hardware/interfaces/wifi/1.1/vts/functional/
DVtsHalWifiV1_1TargetTest.cpp26 static WifiHidlEnvironment_1_1* instance = new WifiHidlEnvironment_1_1; in Instance() local
27 return instance; in Instance()
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
Ddrm_hal_vendor_test.h86 const std::string instance = GetParam().instance_; in SetUp() local
87 if (instance == "widevine") { in SetUp()
94 ASSERT_EQ(instance, vendorModule->getServiceName()); in SetUp()
98 drmFactory = IDrmFactory::getService(instance); in SetUp()
100 cryptoFactory = ICryptoFactory::getService(instance); in SetUp()
/hardware/interfaces/tests/extension/vibrator/aidl/default/
Dservice.cpp42 const std::string instance = std::string() + Vibrator::descriptor + "/default"; in main() local
43 CHECK(STATUS_OK == AServiceManager_addService(vibBinder.get(), instance.c_str())); in main()
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/
DVtsHalWifiSupplicantV1_1TargetTest.cpp28 static WifiSupplicantHidlEnvironment_1_1* instance = in Instance() local
30 return instance; in Instance()
/hardware/interfaces/media/c2/1.0/
DIInputSurface.hal28 * An <em>input surface</em> is an instance of `IInputSurface`, which may be
41 * @return producer `IGraphicBufferProducer` instance. This must not be
47 * Returns the @ref IConfigurable instance associated to this input surface.
49 * @return configurable `IConfigurable` instance. This must not be null.
/hardware/interfaces/wifi/supplicant/1.2/vts/functional/
DVtsHalWifiSupplicantV1_2TargetTest.cpp28 static WifiSupplicantHidlEnvironment_1_2* instance = in Instance() local
30 return instance; in Instance()

123456789