Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h43 INTERNAL = 1, enumerator
88 type(ViewportType::INTERNAL) {} in DisplayViewport()
125 type = ViewportType::INTERNAL; in setNonDisplayViewport()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordingAdapter.java19 import static com.android.systemui.screenrecord.ScreenRecordingAudioSource.INTERNAL;
94 case INTERNAL: in getDropDownView()
108 case INTERNAL: in getView()
DScreenMediaRecorder.java21 import static com.android.systemui.screenrecord.ScreenRecordingAudioSource.INTERNAL;
169 if (mAudioSource == INTERNAL || in prepare()
292 if (mAudioSource == INTERNAL || mAudioSource == MIC_AND_INTERNAL) { in stopInternalAudioRecording()
299 if (mAudioSource == INTERNAL || mAudioSource == MIC_AND_INTERNAL) { in recordInternalAudio()
323 if (mAudioSource == MIC_AND_INTERNAL || mAudioSource == INTERNAL) { in save()
DScreenRecordingAudioSource.java24 INTERNAL, enumConstant
DScreenRecordDialog.java19 import static com.android.systemui.screenrecord.ScreenRecordingAudioSource.INTERNAL;
93 mModes.add(INTERNAL); in onCreate()
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
DDomainVerificationEnforcerTest.kt152 enforcer(Type.INTERNAL, "internal") { in <lambda>()
179 service(Type.INTERNAL, "setStatusInternalPackageName") { in <lambda>()
186 service(Type.INTERNAL, "setUserStateInternal") { in <lambda>()
194 service(Type.INTERNAL, "verifyPackages") { in <lambda>()
197 service(Type.INTERNAL, "clearState") { in <lambda>()
200 service(Type.INTERNAL, "clearUserStates") { in <lambda>()
357 Type.INTERNAL -> internal() in <lambda>()
820 INTERNAL, in <lambda>()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DResultCodeToProtoConverter.java44 case INTERNAL: in toResultCode()
/frameworks/proto_logging/stats/enums/stats/mediaprovider/
Dmediaprovider_enums.proto25 INTERNAL = 1; enumerator
/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp71 config->getDisplayViewportByType(ViewportType::INTERNAL); in configure()
DCursorInputMapper.cpp204 config->getDisplayViewportByType(ViewportType::INTERNAL); in configure()
214 config->getDisplayViewportByType(ViewportType::INTERNAL); in configure()
DKeyboardInputMapper.cpp141 return config->getDisplayViewportByType(ViewportType::INTERNAL); in findViewport()
DTouchInputMapper.cpp575 viewportTypeToUse = ViewportType::INTERNAL; in findViewport()
584 viewport = mConfig.getDisplayViewportByType(ViewportType::INTERNAL); in findViewport()
/frameworks/native/services/inputflinger/
DInputReaderBase.cpp108 (type == ViewportType::INTERNAL && in getDisplayViewportByType()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1257 mFakePolicy->getDisplayViewportByType(ViewportType::INTERNAL); in TEST_F()
1263 ViewportType::INTERNAL); in TEST_F()
1268 ASSERT_EQ(ViewportType::INTERNAL, internalViewport->type); in TEST_F()
1271 internalViewport = mFakePolicy->getDisplayViewportByType(ViewportType::INTERNAL); in TEST_F()
1279 internalViewport = mFakePolicy->getDisplayViewportByType(ViewportType::INTERNAL); in TEST_F()
1294 NO_PORT, ViewportType::INTERNAL); in TEST_F()
1310 mFakePolicy->getDisplayViewportByType(ViewportType::INTERNAL); in TEST_F()
1349 std::vector<ViewportType> types = {ViewportType::INTERNAL, ViewportType::EXTERNAL, in TEST_F()
1401 ViewportType::INTERNAL); in TEST_F()
1404 ViewportType::INTERNAL); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTestHelpers.h445 ? IComposerClient::DisplayConnectionType::INTERNAL
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp281 *outType = connectionType == ConnectionType::INTERNAL ? ui::DisplayConnectionType::Internal in getConnectionType()
/frameworks/av/media/codec2/docs/
Ddoxygen.config642 ENABLED_SECTIONS = INTERNAL
/frameworks/proto_logging/stats/
Datoms.proto2851 // For INTERNAL: null for general case, component name otherwise