Home
last modified time | relevance | path

Searched refs:INTERNAL (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/include/input/
DDisplayViewport.h38 INTERNAL = 1, enumerator
85 type(ViewportType::INTERNAL) {} in DisplayViewport()
122 type = ViewportType::INTERNAL; in setNonDisplayViewport()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordingAudioSource.java24 INTERNAL, enumConstant
DScreenRecordingAdapter.java80 case INTERNAL: in getDropDownView()
96 case INTERNAL: in getView()
DScreenMediaRecorder.java21 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()
DScreenRecordDialog.java23 import static com.android.systemui.screenrecord.ScreenRecordingAudioSource.INTERNAL;
65 private static final List<ScreenRecordingAudioSource> MODES = Arrays.asList(INTERNAL, MIC,
DScreenRecordPermissionDialog.kt181 ScreenRecordingAudioSource.INTERNAL, in <lambda>()
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
DDomainVerificationEnforcerTest.kt158 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/
Dmediaprovider_enums.proto25 INTERNAL = 1; enumerator
/frameworks/proto_logging/stats/atoms/providers/mediaprovider/
Dmedia_provider_atoms.proto32 INTERNAL = 1; enumerator
/frameworks/native/services/inputflinger/
DInputReaderBase.cpp70 (type == ViewportType::INTERNAL && in getDisplayViewportByType()
/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp76 config.getDisplayViewportByType(ViewportType::INTERNAL); in reconfigure()
DKeyboardInputMapper.cpp129 return readerConfig.getDisplayViewportByType(ViewportType::INTERNAL); in findViewport()
DTouchInputMapper.cpp565 viewportTypeToUse = ViewportType::INTERNAL; in findViewport()
574 viewport = mConfig.getDisplayViewportByType(ViewportType::INTERNAL); in findViewport()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp370 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/
DDisplayTransactionTestHelpers.h447 ? IComposerClient::DisplayConnectionType::INTERNAL
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp295 *outType = connectionType == ConnectionType::INTERNAL ? ui::DisplayConnectionType::Internal in getConnectionType()
/frameworks/av/media/codec2/docs/
Ddoxygen.config642 ENABLED_SECTIONS = INTERNAL
/frameworks/proto_logging/stats/
Datoms.proto3698 // For INTERNAL: null for general case, component name otherwise