Searched refs:TV (Results 1 – 18 of 18) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioMixerOps.h | 59 template <typename TO, typename TI, typename TV> 60 TO MixMul(TI value, TV volume); 215 template <typename TO, typename TI, typename TV, typename TA> 216 inline TO MixMulAux(TI value, TV volume, TA *auxaccum) { 218 return MixMul<TO, TI, TV>(value, volume); 277 typename TO, typename TI, typename TV, typename TA, typename TAV> 279 const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc) 290 *out++ += MixMulAux<TO, TI, TV, TA>(*in++, vol[i], &auxaccum); 296 *out++ += MixMulAux<TO, TI, TV, TA>(*in, vol[i], &auxaccum); 303 *out++ = MixMulAux<TO, TI, TV, TA>(*in++, vol[i], &auxaccum); [all …]
|
D | AudioMixerBase.cpp | 1288 typename TO, typename TI, typename TV, typename TA, typename TAV> 1290 const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc) in volumeRampMulti() 1332 typename TO, typename TI, typename TV, typename TA, typename TAV> 1334 const TI* in, TA* aux, const TV *vol, TAV vola) in volumeMulti()
|
/frameworks/base/packages/SettingsLib/search/src/com/android/settingslib/search/ |
D | SearchIndexable.java | 43 int TV = 1<<1; field 63 int ALL = MOBILE | TV | WEAR | AUTO | ARC;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
D | OWNERS | 1 # Android TV Core Framework
|
/frameworks/base/media/jni/ |
D | OWNERS | 4 # extra for TV related files
|
/frameworks/base/data/keyboards/ |
D | Vendor_046d_Product_c532.kl | 24 # - The AVR / STB / TV power and input buttons seem to be non-functional 128 key 377 TV
|
D | Vendor_1949_Product_0401.kl | 15 # Amazon Fire TV remote
|
D | Generic.kl | 327 key 377 TV
|
/frameworks/base/packages/SystemUI/ |
D | OWNERS | 48 #Android TV
|
/frameworks/base/packages/SettingsLib/search/processor-src/com/android/settingslib/search/ |
D | IndexableProcessor.java | 120 } else if ((forTarget & SearchIndexable.TV) != 0) { in process()
|
/frameworks/base/core/proto/android/media/ |
D | audioattributes.proto | 46 // typically accompanying a movie or TV program.
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
D | ConfigGenerator.java | 135 .setDensity(Density.TV)
|
/frameworks/native/include/input/ |
D | InputEventLabels.h | 212 DEFINE_KEYCODE(TV),
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 275 // Notify the user that a TV PIP is running.
|
/frameworks/base/core/proto/android/providers/settings/ |
D | secure.proto | 507 // reset back to 0 in case SetupWizard has been re-enabled on TV devices.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 4249 // OPEN: Settings > Storage > Movies & TV 5424 // OPEN: TV Settings > Home theater control 5428 // OPEN: TV Settings > TV Inputs (Inputs & Devices) 5432 // OPEN: TV Settings > Device 5436 // OPEN: TV Settings > Network > Proxy settings 5574 // OPEN: TV Settings > Inputs > Input Options 5579 // OPEN: TV Settings > Network & Internet > Add known WIFI network
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 1807 // OPEN: Settings > Storage > Movies & TV
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 2390 final long tvToken = p.start(SecureSettingsProto.TV); in dumpProtoSecureSettingsLocked()
|