/frameworks/native/include/input/ |
D | DisplayViewport.h | 43 INTERNAL = 1, enumerator 88 type(ViewportType::INTERNAL) {} in DisplayViewport() 125 type = ViewportType::INTERNAL; in setNonDisplayViewport()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | ScreenRecordingAdapter.java | 19 import static com.android.systemui.screenrecord.ScreenRecordingAudioSource.INTERNAL; 94 case INTERNAL: in getDropDownView() 108 case INTERNAL: in getView()
|
D | ScreenMediaRecorder.java | 21 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()
|
D | ScreenRecordingAudioSource.java | 24 INTERNAL, enumConstant
|
D | ScreenRecordDialog.java | 19 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/ |
D | DomainVerificationEnforcerTest.kt | 152 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/ |
D | ResultCodeToProtoConverter.java | 44 case INTERNAL: in toResultCode()
|
/frameworks/proto_logging/stats/enums/stats/mediaprovider/ |
D | mediaprovider_enums.proto | 25 INTERNAL = 1; enumerator
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | RotaryEncoderInputMapper.cpp | 71 config->getDisplayViewportByType(ViewportType::INTERNAL); in configure()
|
D | CursorInputMapper.cpp | 204 config->getDisplayViewportByType(ViewportType::INTERNAL); in configure() 214 config->getDisplayViewportByType(ViewportType::INTERNAL); in configure()
|
D | KeyboardInputMapper.cpp | 141 return config->getDisplayViewportByType(ViewportType::INTERNAL); in findViewport()
|
D | TouchInputMapper.cpp | 575 viewportTypeToUse = ViewportType::INTERNAL; in findViewport() 584 viewport = mConfig.getDisplayViewportByType(ViewportType::INTERNAL); in findViewport()
|
/frameworks/native/services/inputflinger/ |
D | InputReaderBase.cpp | 108 (type == ViewportType::INTERNAL && in getDisplayViewportByType()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1257 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/ |
D | DisplayTransactionTestHelpers.h | 445 ? IComposerClient::DisplayConnectionType::INTERNAL
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.cpp | 281 *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 | 2851 // For INTERNAL: null for general case, component name otherwise
|