/frameworks/compile/libbcc/tests/debuginfo/ |
D | test_bcc_debuginfo.pl | 45 open(INPUT, $testcase_file); 46 while(<INPUT>) { 59 close(INPUT);
|
/frameworks/av/media/libaudioclient/aidl/android/media/ |
D | AudioUniqueIdUse.aidl | 30 INPUT = 6, // audio_io_handle_t enumConstant
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/ |
D | PowerComponent.aidl | 73 INPUT = 10, enumConstant
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/current/android/frameworks/automotive/powerpolicy/ |
D | PowerComponent.aidl | 45 INPUT = 10, enumConstant
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/1/android/frameworks/automotive/powerpolicy/ |
D | PowerComponent.aidl | 46 INPUT = 10, enumConstant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ShadeViewRefactor.java | 35 INPUT, enumConstant
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | ScriptCommand.h | 26 INPUT, enumerator
|
D | InputCmd.h | 42 return pCmd->getKind() == ScriptCommand::INPUT; in classof()
|
/frameworks/base/rs/java/android/renderscript/ |
D | ProgramFragment.java | 75 tmp[idx++] = ProgramParam.INPUT.mID; in create()
|
D | ProgramVertex.java | 135 tmp[idx++] = ProgramParam.INPUT.mID; in create()
|
D | ProgramFragmentFixedFunction.java | 60 tmp[idx++] = ProgramParam.INPUT.mID; in create()
|
D | ProgramVertexFixedFunction.java | 87 tmp[idx++] = ProgramParam.INPUT.mID; in create()
|
D | Program.java | 64 INPUT (0), enumConstant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 3355 @ShadeViewRefactor(RefactorComponent.INPUT) 3364 @ShadeViewRefactor(RefactorComponent.INPUT) 3400 @ShadeViewRefactor(RefactorComponent.INPUT) 3557 @ShadeViewRefactor(RefactorComponent.INPUT) 3562 @ShadeViewRefactor(RefactorComponent.INPUT) 3572 @ShadeViewRefactor(RefactorComponent.INPUT) 3590 @ShadeViewRefactor(RefactorComponent.INPUT) 3605 @ShadeViewRefactor(RefactorComponent.INPUT) 3613 @ShadeViewRefactor(RefactorComponent.INPUT) 3632 @ShadeViewRefactor(RefactorComponent.INPUT) [all …]
|
/frameworks/av/media/libaudioclient/ |
D | AidlConversion.cpp | 35 INPUT, OUTPUT enumerator 48 return Direction::INPUT; in direction() 60 return Direction::INPUT; in direction() 77 return Direction::INPUT; in direction() 89 return Direction::INPUT; in direction() 469 const bool isInput = VALUE_OR_RETURN(direction(role, type)) == Direction::INPUT; in aidl2legacy_AudioGainConfig_audio_gain_config() 491 const bool isInput = VALUE_OR_RETURN(direction(role, type)) == Direction::INPUT; in legacy2aidl_audio_gain_config_AudioGainConfig() 682 case Direction::INPUT: { in aidl2legacy_AudioIoFlags_audio_io_flags() 706 case Direction::INPUT: in legacy2aidl_audio_io_flags_AudioIoFlags() 2119 case media::AudioUniqueIdUse::INPUT: in aidl2legacy_AudioUniqueIdUse_audio_unique_id_use_t() [all …]
|
/frameworks/compile/mclinker/lib/Script/ |
D | InputCmd.cpp | 44 : ScriptCommand(ScriptCommand::INPUT), in InputCmd()
|
D | ScriptScanner.ll | 82 <LDSCRIPT>"INPUT" { return token::INPUT; }
|
D | ScriptParser.yy | 93 %token INPUT 245 input_command : INPUT '(' input_list ')'
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecConfig.h | 96 INPUT = ~(IS_OUTPUT | IS_RAW | IS_CODED), enumerator
|
D | CCodecConfig.cpp | 360 .limitTo(D::INPUT & D::READ)); in initializeStandardParams() 392 .limitTo(D::INPUT)); in initializeStandardParams() 395 .limitTo(D::INPUT)); in initializeStandardParams() 613 .limitTo(D::VIDEO & D::PARAM & D::INPUT)); in initializeStandardParams()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | CameraMetadataTest.java | 1115 final int INPUT = 1; in testOverrideStreamConfigurationMap() local 1126 0x20, 320, 240, INPUT, // RAW16 in testOverrideStreamConfigurationMap()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 579 # The INPUT tag can be used to specify the files and/or directories that contain 584 INPUT = ../src 594 # If the value of the INPUT tag contains directories, you can use the 610 # excluded from the INPUT source files. This way you can easily exclude a 611 # subdirectory from a directory tree whose root is specified with the INPUT tag. 621 # If the value of the INPUT tag contains directories, you can use the
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | SessionConfigurationUtils.cpp | 587 hardware::camera::device::V3_2::StreamType::INPUT, in convertToHALStreamCombination()
|
/frameworks/native/docs/ |
D | Doxyfile | 675 # The INPUT tag can be used to specify the files and/or directories that contain 680 INPUT = ../include/android ../../av/media/ndk/include ../../av/camera/ndk/include 690 # If the value of the INPUT tag contains directories, you can use the 740 # excluded from the INPUT source files. This way you can easily exclude a 741 # subdirectory from a directory tree whose root is specified with the INPUT tag. 753 # If the value of the INPUT tag contains directories, you can use the
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 778 # The INPUT tag is used to specify the files and/or directories that contain 784 INPUT = frameworks/av/media/libstagefright/codec2/ 795 # If the value of the INPUT tag contains directories, you can use the 820 # excluded from the INPUT source files. This way you can easily exclude a 821 # subdirectory from a directory tree whose root is specified with the INPUT tag. 835 # If the value of the INPUT tag contains directories, you can use the 1002 # - Make sure the INPUT points to the root of the source tree 1037 # specified with INPUT and INCLUDE_PATH.
|