Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp68 ConfigMapper &limitTo(uint32_t domain) { in limitTo()
69 C2_CHECK(domain & Domain::GUARD_BIT); in limitTo()
70 mDomain = Domain(mDomain & domain); in limitTo()
165 Domain domain() const { return mDomain; } in domain() function
255 ((cm.domain() & Domain::IS_INPUT) ? 'I' : ' '), in add()
256 ((cm.domain() & Domain::IS_OUTPUT) ? 'O' : ' '), in add()
257 ((cm.domain() & Domain::IS_CODED) ? 'C' : ' '), in add()
258 ((cm.domain() & Domain::IS_RAW) ? 'R' : ' '), in add()
259 ((cm.domain() & Domain::IS_CONFIG) ? 'c' : ' '), in add()
260 ((cm.domain() & Domain::IS_PARAM) ? 'p' : ' '), in add()
[all …]
DCCodecConfig.h224 std::vector<std::unique_ptr<C2Param>> &configUpdate, Domain domain);
228 bool updateFormats(Domain domain);
239 const sp<AMessage> &sdkParams, Domain domain,
328 const ReflectedParamUpdater::Dict &reflected, Domain domain) const;
337 const sp<AMessage> &config, Domain domain) const;
DCodec2InfoBuilder.cpp392 if (trait.domain == C2Component::DOMAIN_AUDIO) { in buildMediaCodecList()
/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp34 C2Component::domain_t domain, in BaseParams() argument
66 .withConstValue(new C2ComponentDomainSetting(domain)) in BaseParams()
91 switch (domain) { in BaseParams()
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaNetwork.hal39 * - realm is the 3GPP network domain name derived from the given
64 * - realm is the 3GPP network domain name derived from the given
/hardware/google/av/codec2/hidl/1.0/mts/master/
DMtsHidlC2V1_0TargetMasterTest.cpp55 std::cout << compList[i].name << " | " << compList[i].domain; in displayComponentInfo()
/hardware/google/interfaces/media/c2/1.0/
DIComponentStore.hal96 * Component domain. The framework may not recognize `OTHER`.
98 Domain domain;
100 * If #domain is `OTHER`, #domainOther can be used to provide additional
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp261 switch (s.domain) { in objcpy()
263 d->domain = IComponentStore::ComponentTraits::Domain::VIDEO; in objcpy()
266 d->domain = IComponentStore::ComponentTraits::Domain::AUDIO; in objcpy()
269 d->domain = IComponentStore::ComponentTraits::Domain::OTHER; in objcpy()
271 d->domainOther = static_cast<uint32_t>(s.domain); in objcpy()
304 switch (s.domain) { in objcpy()
306 d->domain = C2Component::DOMAIN_VIDEO; in objcpy()
309 d->domain = C2Component::DOMAIN_AUDIO; in objcpy()
312 d->domain = static_cast<C2Component::domain_t>(s.domainOther); in objcpy()
DComponentStore.cpp324 out << indent << "domain: " << comp->domain << std::endl; in dump()
/hardware/google/av/codec2/vndk/
DC2Store.cpp721 traits->domain = C2Component::DOMAIN_AUDIO; in init()
723 traits->domain = C2Component::DOMAIN_VIDEO; in init()
725 traits->domain = C2Component::DOMAIN_IMAGE; in init()
727 traits->domain = C2Component::DOMAIN_OTHER; in init()
/hardware/interfaces/media/c2/1.0/
DIComponentStore.hal102 * Component domain.
104 Domain domain;
/hardware/google/av/codec2/include/
DC2Component.h408 domain_t domain; ///< component domain member
/hardware/interfaces/power/stats/1.0/
Dtypes.hal61 * A power domain is a single subsystem or a collection of subsystems
DIPowerStats.hal104 * peripheral, or power domain that impacts the total device power
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto43 /* Westworld-supported reverse domain names. */
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h91 C2Component::domain_t domain,
/hardware/interfaces/health/2.0/
DREADME122 # Add device specific permissions to hal_health_default domain, especially
DREADME.md122 # Add device specific permissions to hal_health_default domain, especially
/hardware/interfaces/gnss/visibility_control/1.0/
DIGnssVisibilityControlCallback.hal132 * leaves the domain of that low power chipset.
/hardware/interfaces/contexthub/1.0/
DIContexthub.hal23 * domain that has direct access to contextual information, such as sensors.
/hardware/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT137 extent that it: (i) was in the public domain at the time it was disclosed or
138 has entered the public domain through no fault of Licensee; (ii) was known to
/hardware/invensense/6515/libsensors_iio/
DLicense.txt137 extent that it: (i) was in the public domain at the time it was disclosed or
138 has entered the public domain through no fault of Licensee; (ii) was known to
/hardware/interfaces/broadcastradio/2.0/
DITunerSession.hal158 * formal requirement is vendor domain prefix for keys).
/hardware/interfaces/sensors/1.0/
Dtypes.hal69 * by the sensor provider's or OEM reverse domain name. In particular, they
843 * sensor, use your reserve domain name as a prefix.
/hardware/interfaces/radio/1.0/
DIRadio.hal829 * (CS/PS domain, RAT, and operation mode)
840 * Query the preferred network type (CS/PS domain, RAT, and operation mode)

12