Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 112) sorted by relevance

12345

/hardware/libhardware_legacy/audio/
Daudio_policy.conf27 primary {
29 primary {
38 primary {
/hardware/interfaces/authsecret/1.0/
DIAuthSecret.hal20 * the primary user's credential. For example, security hardware could require
27 * When the primary user is unlocked, this method is passed a secret to
28 * prove that is has been successfully unlocked. The primary user can either
33 * that depends on the primary user's secret. The same secret must be passed
38 * created for the new primary user which must be used to newly provision
43 * @param secret blob derived from the primary user's credential.
/hardware/interfaces/audio/core/all-versions/default/
DDevicesFactory.cpp73 sp<IPrimaryDevice> primary; in openDevice_7_1() local
76 [&result, &primary](Result r, const sp<IPrimaryDevice>& p) { in openDevice_7_1()
78 primary = p; in openDevice_7_1()
80 if (ret.isOk() && result == Result::OK && primary != nullptr) { in openDevice_7_1()
81 auto getDeviceRet = primary->getDevice(); in openDevice_7_1()
/hardware/interfaces/audio/aidl/default/primary/
DStreamPrimary.cpp96 alsa::DeviceProfile{.card = primary::PrimaryMixer::kAlsaCard, in getDeviceProfiles()
97 .device = primary::PrimaryMixer::kAlsaDevice, in getDeviceProfiles()
101 alsa::DeviceProfile{.card = primary::PrimaryMixer::kAlsaCard, in getDeviceProfiles()
102 .device = primary::PrimaryMixer::kAlsaDevice, in getDeviceProfiles()
156 RETURN_STATUS_IF_ERROR(primary::PrimaryMixer::getInstance().getMicGain(&gain)); in getHwGain()
173 if (auto status = primary::PrimaryMixer::getInstance().setMicGain(in_channelGains[0]); in setHwGain()
227 RETURN_STATUS_IF_ERROR(primary::PrimaryMixer::getInstance().getVolumes(_aidl_return)); in getHwVolume()
240 if (auto status = primary::PrimaryMixer::getInstance().setVolumes(in_channelVolumes); in setHwVolume()
DPrimaryMixer.cpp21 namespace aidl::android::hardware::audio::core::primary { namespace
DPrimaryMixer.h29 namespace aidl::android::hardware::audio::core::primary {
/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal_factory.cpp77 std::make_shared<WifiLegacyHal>(iface_tool_, desc.fn, desc.primary); in getHals()
90 desc.primary = true; in initVendorHalDescriptorFromLinked()
177 desc.primary = false; in initVendorHalsDescriptorList()
185 desc.primary = !xmlStrcmp(value, BAD_CAST "1"); in initVendorHalsDescriptorList()
196 if (desc.primary) in initVendorHalsDescriptorList()
Dwifi_legacy_hal_factory.h44 bool primary; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_nested_command_buffer.adoc34 vkCmdExecuteCommands to be `primary,secondary` when this extension is
35 enabled and `primary` otherwise.
38 has been changed to `primary,secondary` and a new VUID added to prohibit
DVK_EXT_conditional_rendering.adoc39 rendering is active in the primary command buffer?
42 affected by an active conditional rendering in primary command buffer if the
44 Conditional rendering must: not be active in the primary command buffer if
DVK_EXT_physical_device_drm.adoc28 Each physical device may have one primary node and one render node
30 Physical devices may have no primary node (e.g. if the device does not have
DVK_AMD_buffer_marker.adoc23 The primary purpose of these markers is to facilitate the development of
/hardware/interfaces/audio/core/all-versions/vts/functional/
DDeviceManager.h235 auto primary = getPrimary(factoryName); in get() local
236 return primary ? deviceFromPrimary(primary) : nullptr; in get()
261 sp<IDevice> deviceFromPrimary(const sp<IPrimaryDevice>& primary) { in deviceFromPrimary() argument
263 auto ret = primary->getDevice(); in deviceFromPrimary()
268 ret.description().c_str(), primary.get()); in deviceFromPrimary()
272 return primary; in deviceFromPrimary()
/hardware/google/pixel/common/
Dinit.pixel.rc11 service vendor.display_mode_set /vendor/bin/misc_writer --set-display-mode ${vendor.display.primary
16 on property:vendor.display.primary.boot_config=*
/hardware/google/pixel/vibrator/drv2624/
DTEST_MAPPING11 "primary-device"
/hardware/libhardware/modules/audio/
DAndroid.bp20 // required type is 'primary'. Other possibilites are 'a2dp', 'usb', etc.
31 name: "audio.primary.default",
47 // required type is 'primary'. Other possibilites are 'a2dp', 'usb', etc.
/hardware/interfaces/wifi/1.5/
DIWifiChip.hal65 * disrupting the primary connection.
67 * - Do not reduce the number of tx/rx chains of primary connection.
68 * - If using MCC, should set the MCC duty cycle of the primary connection to be higher than
71 * of the primary STA:
73 * - Should not impact the primary connection’s bssid selection:
74 * - Don’t downgrade chains of the existing primary connection.
87 * - If using MCC, set the MCC duty cycle of the primary connection to be equal to the
110 * Invoked to indicate that the provided iface is the primary STA iface when there are more
115 * offloads are at least enabled for the primary interface. If the new primary interface is
118 * - When there is only 1 STA interface, the firmware must still retain the last primary
/hardware/qcom/sm7250/display/sdm/libs/utils/
Dformats.cpp247 bool IsWideColor(const ColorPrimaries &primary) { in IsWideColor() argument
248 switch (primary) { in IsWideColor()
/hardware/qcom/sm8150/display/sdm/libs/utils/
Dformats.cpp247 bool IsWideColor(const ColorPrimaries &primary) { in IsWideColor() argument
248 switch (primary) { in IsWideColor()
/hardware/interfaces/broadcastradio/1.1/
Dtypes.hal101 * tuning to ProgramSelector with either primary or secondary Identifier of
157 * It MUST match the radio technology for primary ID but does not have to match
174 * 64bit compound primary identifier for HD Radio.
194 * 24bit compound primary identifier for DAB.
252 * The primary ID uniquely identifies a station and can be used for equality
254 * but the primary ID is sufficient (ie. after a full band scan).
256 * Two selectors with different secondary IDs, but the same primary ID are
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_hdr_metadata.adoc47 reference monitor's red primary in chromaticity coordinates
49 the reference monitor's green primary in chromaticity coordinates
51 the reference monitor's blue primary in chromaticity coordinates
/hardware/interfaces/audio/7.1/
DIDevicesFactory.hal46 * primary device. The client needs to use IPrimaryDevice instead of this
60 * This function is not optional and must return successfully the primary device.
62 * This device must have the name "primary".
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_command_buffer.c143 VK_FROM_HANDLE(vk_command_buffer, primary, commandBuffer); in vk_common_CmdExecuteCommands()
145 primary->base.device->command_dispatch_table; in vk_common_CmdExecuteCommands()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dperformance_query_begin_common.adoc35 within pname:commandBuffer, its parent primary command buffer or
36 secondary command buffer recorded within the same parent primary command
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal267 * tuning to ProgramSelector with either primary or secondary Identifier of
306 * a ProgramSelector with RDS_PI primary identifier, but the tuner hardware
314 * Only primary identifiers for a given radio technology are valid:
477 * 16bit primary identifier for FM RDS station.
482 * 64bit compound primary identifier for HD Radio.
520 * 28bit compound primary identifier for Digital Audio Broadcasting.
546 * 24bit primary identifier for Digital Radio Mondiale.
554 * 32bit primary identifier for SiriusXM Satellite Radio.
588 * The type of radio technology is determined by the primary identifier - if the
589 * primary identifier is for DAB, the program is DAB. However, a program of a
[all …]

12345