/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkScorerAppManagerTest.java | 610 private void mockRecommendationServiceAvailable(final ComponentName compName, int packageUid) { in mockRecommendationServiceAvailable() argument 611 mockRecommendationServiceAvailable(compName, packageUid, null, false); in mockRecommendationServiceAvailable() 614 private void mockRecommendationServiceAvailable(final ComponentName compName, int packageUid, in mockRecommendationServiceAvailable() argument 617 compName, packageUid, enableUseOpenWifiActivityPackage, false); in mockRecommendationServiceAvailable() 620 private void mockRecommendationServiceAvailable(final ComponentName compName, int packageUid, in mockRecommendationServiceAvailable() argument 622 mockRecommendationServiceAvailable(compName, packageUid, enableUseOpenWifiActivityPackage, in mockRecommendationServiceAvailable() 626 private void mockRecommendationServiceAvailable(final ComponentName compName, int packageUid, in mockRecommendationServiceAvailable() argument 631 serviceInfo.serviceInfo.name = compName.getClassName(); in mockRecommendationServiceAvailable() 632 serviceInfo.serviceInfo.packageName = compName.getPackageName(); in mockRecommendationServiceAvailable() 664 && compName.getPackageName().equals(intent.getPackage())), in mockRecommendationServiceAvailable()
|
/frameworks/av/media/tests/benchmark/src/native/decoder/ |
D | C2Decoder.cpp | 22 int32_t C2Decoder::createCodec2Component(string compName, AMediaFormat *format) { in createCodec2Component() argument 54 mComponent = mClient->CreateComponentByName(compName.c_str(), mListener, &mClient); in createCodec2Component() 56 ALOGE("Create component failed for %s", compName.c_str()); in createCodec2Component()
|
/frameworks/base/media/java/android/media/session/ |
D | ISessionManager.aidl | 42 List<MediaSession.Token> getSessions(in ComponentName compName, int userId); in getSessions() argument 54 void addSessionsListener(in IActiveSessionsListener listener, in ComponentName compName, in addSessionsListener() argument
|
/frameworks/av/media/tests/benchmark/src/native/encoder/ |
D | C2Encoder.cpp | 22 int32_t C2Encoder::createCodec2Component(string compName, AMediaFormat *format) { in createCodec2Component() argument 71 mComponent = mClient->CreateComponentByName(compName.c_str(), mListener, &mClient); in createCodec2Component() 73 ALOGE("Create component failed for %s", compName.c_str()); in createCodec2Component()
|
/frameworks/base/services/core/java/com/android/server/textservices/ |
D | TextServicesManagerService.java | 192 final ComponentName compName = new ComponentName(si.packageName, si.name); in initializeTextServicesData() local 194 Slog.w(TAG, "Skipping text service " + compName in initializeTextServicesData() 199 if (DBG) Slog.d(TAG, "Add: " + compName + " for user: " + mUserId); in initializeTextServicesData() 203 Slog.w(TAG, "Skipping text service " + compName in initializeTextServicesData() 210 Slog.w(TAG, "Unable to load the spell checker " + compName, e); in initializeTextServicesData() 212 Slog.w(TAG, "Unable to load the spell checker " + compName, e); in initializeTextServicesData()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 228 Codec2AudioDecHidlTest::standardComp compName, bool& disableTest) { in validateComponent() argument 259 if (compName == Codec2AudioDecHidlTest::unknown_comp) { in validateComponent() 287 Codec2AudioDecHidlTest::standardComp compName, int32_t* bitStreamInfo) { in getInputChannelInfo() argument 305 switch (compName) { in getInputChannelInfo()
|
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 198 Codec2AudioEncHidlTest::standardComp compName, bool& disableTest) { in validateComponent() argument 229 if (compName == Codec2AudioEncHidlTest::unknown_comp) { in validateComponent()
|
/frameworks/av/media/ndk/ |
D | NdkMediaCodec.cpp | 388 AString compName; in AMediaCodec_getName() local 389 status_t err = mData->mCodec->getName(&compName); in AMediaCodec_getName() 393 *out_name = strdup(compName.c_str()); in AMediaCodec_getName()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionService.java | 501 private void enforceMediaPermissions(ComponentName compName, int pid, int uid, in enforceMediaPermissions() argument 507 && !isEnabledNotificationListener(compName, UserHandle.getUserId(uid), in enforceMediaPermissions() 534 private boolean isEnabledNotificationListener(ComponentName compName, int userId, in isEnabledNotificationListener() argument 541 Log.d(TAG, "Checking if enabled notification listener " + compName); in isEnabledNotificationListener() 543 if (compName != null) { in isEnabledNotificationListener() 546 compName, userId); in isEnabledNotificationListener()
|
/frameworks/native/headers/media_plugin/media/openmax/ |
D | OMX_Core.h | 1492 OMX_IN OMX_STRING compName,
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 227 Codec2VideoEncHidlTest::standardComp compName, bool& disableTest) { in validateComponent() argument 258 if (compName == Codec2VideoEncHidlTest::unknown_comp) { in validateComponent()
|
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 235 Codec2VideoDecHidlTest::standardComp compName, bool& disableTest) { in validateComponent() argument 266 if (compName == Codec2VideoDecHidlTest::unknown_comp) { in validateComponent()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 812 String compName = service.shortInstanceName; in stopInBackgroundLocked() local 813 EventLogTags.writeAmStopIdleService(service.appInfo.uid, compName); in stopInBackgroundLocked() 821 sb.append(compName); in stopInBackgroundLocked()
|