/frameworks/native/include/input/ |
D | DisplayViewport.h | 38 INTERNAL = 1, enumerator 85 type(ViewportType::INTERNAL) {} in DisplayViewport() 122 type = ViewportType::INTERNAL; in setNonDisplayViewport()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | ScreenRecordingAudioSource.java | 24 INTERNAL, enumConstant
|
D | ScreenRecordingAdapter.java | 80 case INTERNAL: in getDropDownView() 96 case INTERNAL: in getView()
|
D | ScreenMediaRecorder.java | 21 import static com.android.systemui.screenrecord.ScreenRecordingAudioSource.INTERNAL; 188 if (mAudioSource == INTERNAL || in prepare() 310 if (mAudioSource == INTERNAL || mAudioSource == MIC_AND_INTERNAL) { in stopInternalAudioRecording() 317 if (mAudioSource == INTERNAL || mAudioSource == MIC_AND_INTERNAL) { in recordInternalAudio() 341 if (mAudioSource == MIC_AND_INTERNAL || mAudioSource == INTERNAL) { in save()
|
D | ScreenRecordDialog.java | 23 import static com.android.systemui.screenrecord.ScreenRecordingAudioSource.INTERNAL; 65 private static final List<ScreenRecordingAudioSource> MODES = Arrays.asList(INTERNAL, MIC,
|
D | ScreenRecordPermissionDialog.kt | 181 ScreenRecordingAudioSource.INTERNAL, in <lambda>()
|
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
D | DomainVerificationEnforcerTest.kt | 158 enforcer(Type.INTERNAL, "internal") { in <lambda>() 185 service(Type.INTERNAL, "setStatusInternalPackageName") { in <lambda>() 192 service(Type.INTERNAL, "setUserStateInternal") { in <lambda>() 200 service(Type.INTERNAL, "verifyPackages") { in <lambda>() 203 service(Type.INTERNAL, "clearState") { in <lambda>() 206 service(Type.INTERNAL, "clearUserStates") { in <lambda>() 377 Type.INTERNAL -> internal() in <lambda>() 850 INTERNAL, in <lambda>()
|
/frameworks/proto_logging/stats/enums/stats/mediaprovider/ |
D | mediaprovider_enums.proto | 25 INTERNAL = 1; enumerator
|
/frameworks/proto_logging/stats/atoms/providers/mediaprovider/ |
D | media_provider_atoms.proto | 32 INTERNAL = 1; enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputReaderBase.cpp | 70 (type == ViewportType::INTERNAL && in getDisplayViewportByType()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | RotaryEncoderInputMapper.cpp | 76 config.getDisplayViewportByType(ViewportType::INTERNAL); in reconfigure()
|
D | KeyboardInputMapper.cpp | 129 return readerConfig.getDisplayViewportByType(ViewportType::INTERNAL); in findViewport()
|
D | TouchInputMapper.cpp | 565 viewportTypeToUse = ViewportType::INTERNAL; in findViewport() 574 viewport = mConfig.getDisplayViewportByType(ViewportType::INTERNAL); in findViewport()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 370 mFakePolicy->getDisplayViewportByType(ViewportType::INTERNAL); in TEST_F() 375 /*isActive=*/true, uniqueId, NO_PORT, ViewportType::INTERNAL); in TEST_F() 380 ASSERT_EQ(ViewportType::INTERNAL, internalViewport->type); in TEST_F() 383 internalViewport = mFakePolicy->getDisplayViewportByType(ViewportType::INTERNAL); in TEST_F() 391 internalViewport = mFakePolicy->getDisplayViewportByType(ViewportType::INTERNAL); in TEST_F() 406 ViewportType::INTERNAL); in TEST_F() 422 mFakePolicy->getDisplayViewportByType(ViewportType::INTERNAL); in TEST_F() 461 std::vector<ViewportType> types = {ViewportType::INTERNAL, ViewportType::EXTERNAL, in TEST_F() 511 ViewportType::INTERNAL); in TEST_F() 514 ViewportType::INTERNAL); in TEST_F() [all …]
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayTransactionTestHelpers.h | 447 ? IComposerClient::DisplayConnectionType::INTERNAL
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.cpp | 295 *outType = connectionType == ConnectionType::INTERNAL ? ui::DisplayConnectionType::Internal in getConnectionType()
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 642 ENABLED_SECTIONS = INTERNAL
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 3698 // For INTERNAL: null for general case, component name otherwise
|