Home
last modified time | relevance | path

Searched defs:compName (Results 1 – 24 of 24) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkScorerAppManagerTest.java610 private void mockRecommendationServiceAvailable(final ComponentName compName, int packageUid) { in mockRecommendationServiceAvailable()
614 private void mockRecommendationServiceAvailable(final ComponentName compName, int packageUid, in mockRecommendationServiceAvailable()
620 private void mockRecommendationServiceAvailable(final ComponentName compName, int packageUid, in mockRecommendationServiceAvailable()
626 private void mockRecommendationServiceAvailable(final ComponentName compName, int packageUid, in mockRecommendationServiceAvailable()
/aosp12/frameworks/base/media/java/android/media/session/
H A DISessionManager.aidl41 List<MediaSession.Token> getSessions(in ComponentName compName, int userId); in getSessions()
54 void addSessionsListener(in IActiveSessionsListener listener, in ComponentName compName, in addSessionsListener()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DUserSwitchListenerService.java70 ComponentName compName = new ComponentName(context, in updateLaunchPoint() local
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DC2Decoder.cpp24 int32_t C2Decoder::createCodec2Component(string compName, AMediaFormat *format) { in createCodec2Component()
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/
H A DC2Encoder.cpp22 int32_t C2Encoder::createCodec2Component(string compName, AMediaFormat *format) { in createCodec2Component()
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Dqc_omx_core.c742 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, in OMX_GetRolesOfComponent()
/aosp12/hardware/qcom/media/msm8974/mm-core/src/common/
H A Dqc_omx_core.c727 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, in OMX_GetRolesOfComponent()
/aosp12/hardware/qcom/sdm845/media/mm-core/src/common/
H A Dqc_omx_core.c791 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, in OMX_GetRolesOfComponent()
/aosp12/hardware/qcom/media/msm8998/mm-core/src/common/
H A Dqc_omx_core.c827 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, in OMX_GetRolesOfComponent()
/aosp12/hardware/qcom/media/msm8996/mm-core/src/common/
H A Dqc_omx_core.c825 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, in OMX_GetRolesOfComponent()
/aosp12/hardware/qcom/sm8150/media/mm-core/src/common/
H A Dqc_omx_core.c846 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, in OMX_GetRolesOfComponent()
/aosp12/hardware/qcom/sm7250/media/mm-core/src/common/
H A Dqc_omx_core.c839 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, in OMX_GetRolesOfComponent()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DGalleryUtils.java286 ComponentName compName = new ComponentName(MAPS_PACKAGE_NAME, in showOnMap() local
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp198 standardComp compName; member in AudioEncHidlTest
H A DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp254 standardComp compName; member in AudioDecHidlTest
/aosp12/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaActivity.java213 String compName = getIntent().getStringExtra(CarMediaIntents.EXTRA_MEDIA_COMPONENT); in onResume() local
/aosp12/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java188 final ComponentName compName = new ComponentName(si.packageName, si.name); in initializeTextServicesData() local
/aosp12/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp428 AString compName; in AMediaCodec_getName() local
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java596 private void enforceMediaPermissions(ComponentName compName, int pid, int uid, in enforceMediaPermissions()
644 private boolean isEnabledNotificationListener(ComponentName compName, UserHandle userHandle, in isEnabledNotificationListener()
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java1084 ComponentName compName = new ComponentName(MAPS_PACKAGE_NAME, in showOnMap() local
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp260 standardComp compName; member in VideoDecHidlTest
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp248 standardComp compName; member in VideoEncHidlTest
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp2481 C2String compName; in initiateReleaseIfStuck() local
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1209 String compName = service.shortInstanceName; in stopInBackgroundLocked() local