Home
last modified time | relevance | path

Searched refs:Line (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/tools/powermodel/src/com/android/powermodel/
DRawBatteryStats.java102 @interface Line { annotation in RawBatteryStats
171 @Line(tag="bt", scope=Scope.SYSTEM, count=Count.SINGLE)
212 @Line(tag="gn", scope=Scope.SYSTEM, count=Count.SINGLE)
245 @Line(tag="gmcd", scope=Scope.SYSTEM, count=Count.SINGLE)
260 @Line(tag="m", scope=Scope.SYSTEM, count=Count.SINGLE)
326 @Line(tag="nt", scope=Scope.UID, count=Count.SINGLE)
396 @Line(tag="sgt", scope=Scope.SYSTEM, count=Count.SINGLE)
402 @Line(tag="sst", scope=Scope.SYSTEM, count=Count.SINGLE)
408 @Line(tag="uid", scope=Scope.UID, count=Count.MULTIPLE)
417 @Line(tag="vers", scope=Scope.SYSTEM, count=Count.SINGLE)
[all …]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/
Ddevice_for_product_strategy_enforced_audible.pfw46 AvailableOutputDevices Excludes Line
179 conf: Line
181 AvailableOutputDevices Includes Line
Ddevice_for_product_strategy_sonification.pfw42 AvailableOutputDevices Excludes Line
248 conf: Line
249 AvailableOutputDevices Includes Line
253 # but Line has a lower priority than WiredHeadset in this case.
Ddevice_for_product_strategy_sonification_respectful.pfw62 AvailableOutputDevices Excludes Line
273 conf: Line
277 # but Line has a lower priority than WiredHeadset in this case.
295 AvailableOutputDevices Includes Line
Ddevice_for_product_strategy_media.pfw141 conf: Line
142 AvailableOutputDevices Includes Line
Ddevice_for_product_strategy_accessibility.pfw290 conf: Line
294 # but Line has a lower priority than WiredHeadset in this case.
305 AvailableOutputDevices Includes Line
Ddevice_for_product_strategy_dtmf.pfw253 conf: Line
257 # but Line has a lower priority than WiredHeadset in this case.
271 AvailableOutputDevices Includes Line
Ddevice_for_product_strategy_phone.pfw233 conf: Line
234 AvailableOutputDevices Includes Line
/frameworks/base/core/tests/benchmarks/
DREADME10 Quick Command Line Reference:
/frameworks/base/tests/UsbTests/res/raw/
Dreadme.txt21 wTerminalType 0x0603 Line Connector
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags83 …ash (User|1|5),(PID|1|5),(Process Name|3),(Flags|1|5),(Exception|3),(Message|3),(File|3),(Line|1|5)
/frameworks/native/opengl/libagl/
Dprimitives.cpp527 #pragma mark Line
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2649 unsigned Line = Record[0], Col = Record[1]; in ParseFunctionBody() local
2655 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2910 unsigned Line = Record[0], Col = Record[1]; in ParseFunctionBody() local
2916 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()