Home
last modified time | relevance | path

Searched refs:Product (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVM_Mixer_TimeConstant.cpp64 LVM_UINT32 Product; in LVM_Mixer_TimeConstant() local
123 Product = ((tc >> 16) * (LVM_UINT32)Fs) << 13; /* Stereo value */ in LVM_Mixer_TimeConstant()
124 Product = Product + (((tc & 0x0000FFFF) * (LVM_UINT32)Fs) >> 3); in LVM_Mixer_TimeConstant()
128 Product = Product >> 1; /* Mono value */ in LVM_Mixer_TimeConstant()
134 if ((Product & 0x80000000) != 0) in LVM_Mixer_TimeConstant()
139 Product = Product << 1; in LVM_Mixer_TimeConstant()
143 if ((Product & 0x40000000)==0) in LVM_Mixer_TimeConstant()
148 InterpolateShort = (LVM_INT16)((Product >> 15) & 0x00007FFF); in LVM_Mixer_TimeConstant()
/frameworks/base/cmds/incident_helper/src/parsers/
DSystemPropertiesParser.cpp147 Table productTable(SystemPropertiesProto::Ro::Product::_FIELD_NAMES, in Parse()
148 SystemPropertiesProto::Ro::Product::_FIELD_IDS, in Parse()
149 SystemPropertiesProto::Ro::Product::_FIELD_COUNT); in Parse()
152 Table pVendorTable(SystemPropertiesProto::Ro::Product::Vendor::_FIELD_NAMES, in Parse()
153 SystemPropertiesProto::Ro::Product::Vendor::_FIELD_IDS, in Parse()
154 SystemPropertiesProto::Ro::Product::Vendor::_FIELD_COUNT); in Parse()
156 product.addSubMessage(SystemPropertiesProto::Ro::Product::VENDOR, &pVendor); in Parse()
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Car/
DAndroid.bp27 // Generate Audio Policy Parameter Framework Product Strategies Structure file from template
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/CarEmu/
DAndroid.bp28 // Generate Audio Policy Parameter Framework Product Strategies Structure file from template
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/
DAndroid.bp27 // Generate Audio Policy Parameter Framework Product Strategies Structure file from template
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto317 // Product name.
448 message Product { message
484 optional Product product = 32;
/frameworks/base/cmds/hid/
DREADME.md46 | pid | 16-bit integer| Product id |
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt53345 Landroid/os/SystemPropertiesProto$Ro$Product$Vendor;->BRAND:J
53346 Landroid/os/SystemPropertiesProto$Ro$Product$Vendor;->DEVICE:J
53347 Landroid/os/SystemPropertiesProto$Ro$Product$Vendor;->MANUFACTURER:J
53348 Landroid/os/SystemPropertiesProto$Ro$Product$Vendor;->MODEL:J
53349 Landroid/os/SystemPropertiesProto$Ro$Product$Vendor;->NAME:J
53350 Landroid/os/SystemPropertiesProto$Ro$Product;->BOARD:J
53351 Landroid/os/SystemPropertiesProto$Ro$Product;->BRAND:J
53352 Landroid/os/SystemPropertiesProto$Ro$Product;->CPU_ABI:J
53353 Landroid/os/SystemPropertiesProto$Ro$Product;->CPU_ABILIST32:J
53354 Landroid/os/SystemPropertiesProto$Ro$Product;->CPU_ABILIST64:J
[all …]