/hardware/google/av/media/sfplugin/ |
D | CCodecConfig.cpp | 68 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 …]
|
D | CCodecConfig.h | 224 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;
|
D | Codec2InfoBuilder.cpp | 392 if (trait.domain == C2Component::DOMAIN_AUDIO) { in buildMediaCodecList()
|
/hardware/google/av/media/codecs/base/ |
D | SimpleC2Interface.cpp | 34 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/ |
D | ISupplicantStaNetwork.hal | 39 * - 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/ |
D | MtsHidlC2V1_0TargetMasterTest.cpp | 55 std::cout << compList[i].name << " | " << compList[i].domain; in displayComponentInfo()
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponentStore.hal | 96 * 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/ |
D | types.cpp | 261 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()
|
D | ComponentStore.cpp | 324 out << indent << "domain: " << comp->domain << std::endl; in dump()
|
/hardware/google/av/codec2/vndk/ |
D | C2Store.cpp | 721 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/ |
D | IComponentStore.hal | 102 * Component domain. 104 Domain domain;
|
/hardware/google/av/codec2/include/ |
D | C2Component.h | 408 domain_t domain; ///< component domain member
|
/hardware/interfaces/power/stats/1.0/ |
D | types.hal | 61 * A power domain is a single subsystem or a collection of subsystems
|
D | IPowerStats.hal | 104 * peripheral, or power domain that impacts the total device power
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 43 /* Westworld-supported reverse domain names. */
|
/hardware/google/av/media/codecs/base/include/ |
D | SimpleC2Interface.h | 91 C2Component::domain_t domain,
|
/hardware/interfaces/health/2.0/ |
D | README | 122 # Add device specific permissions to hal_health_default domain, especially
|
D | README.md | 122 # Add device specific permissions to hal_health_default domain, especially
|
/hardware/interfaces/gnss/visibility_control/1.0/ |
D | IGnssVisibilityControlCallback.hal | 132 * leaves the domain of that low power chipset.
|
/hardware/interfaces/contexthub/1.0/ |
D | IContexthub.hal | 23 * domain that has direct access to contextual information, such as sensors.
|
/hardware/broadcom/wlan/bcmdhd/firmware/ |
D | LICENSE.TXT | 137 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/ |
D | License.txt | 137 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/ |
D | ITunerSession.hal | 158 * formal requirement is vendor domain prefix for keys).
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 69 * 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/ |
D | IRadio.hal | 829 * (CS/PS domain, RAT, and operation mode) 840 * Query the preferred network type (CS/PS domain, RAT, and operation mode)
|