Home
last modified time | relevance | path

Searched refs:INPUT (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/compile/libbcc/tests/debuginfo/
Dtest_bcc_debuginfo.pl45 open(INPUT, $testcase_file);
46 while(<INPUT>) {
59 close(INPUT);
/frameworks/av/media/libaudioclient/aidl/android/media/
DAudioUniqueIdUse.aidl30 INPUT = 6, // audio_io_handle_t enumConstant
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/
DPowerComponent.aidl73 INPUT = 10, enumConstant
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/current/android/frameworks/automotive/powerpolicy/
DPowerComponent.aidl45 INPUT = 10, enumConstant
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/1/android/frameworks/automotive/powerpolicy/
DPowerComponent.aidl46 INPUT = 10, enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DShadeViewRefactor.java35 INPUT, enumConstant
/frameworks/compile/mclinker/include/mcld/Script/
DScriptCommand.h26 INPUT, enumerator
DInputCmd.h42 return pCmd->getKind() == ScriptCommand::INPUT; in classof()
/frameworks/base/rs/java/android/renderscript/
DProgramFragment.java75 tmp[idx++] = ProgramParam.INPUT.mID; in create()
DProgramVertex.java135 tmp[idx++] = ProgramParam.INPUT.mID; in create()
DProgramFragmentFixedFunction.java60 tmp[idx++] = ProgramParam.INPUT.mID; in create()
DProgramVertexFixedFunction.java87 tmp[idx++] = ProgramParam.INPUT.mID; in create()
DProgram.java64 INPUT (0), enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3355 @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/
DAidlConversion.cpp35 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/
DInputCmd.cpp44 : ScriptCommand(ScriptCommand::INPUT), in InputCmd()
DScriptScanner.ll82 <LDSCRIPT>"INPUT" { return token::INPUT; }
DScriptParser.yy93 %token INPUT
245 input_command : INPUT '(' input_list ')'
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h96 INPUT = ~(IS_OUTPUT | IS_RAW | IS_CODED), enumerator
DCCodecConfig.cpp360 .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/
DCameraMetadataTest.java1115 final int INPUT = 1; in testOverrideStreamConfigurationMap() local
1126 0x20, 320, 240, INPUT, // RAW16 in testOverrideStreamConfigurationMap()
/frameworks/wilhelm/doc/
DDoxyfile579 # 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/
DSessionConfigurationUtils.cpp587 hardware::camera::device::V3_2::StreamType::INPUT, in convertToHALStreamCombination()
/frameworks/native/docs/
DDoxyfile675 # 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/
Ddoxygen.config778 # 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.

12