/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 61 mComponentName("decoder") { in Decoder() 79 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived() 138 mComponentName = mime; in onConfigure() 139 mComponentName.append(" decoder"); in onConfigure() 140 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), surface.get()); in onConfigure() 146 mCodec->getName(&mComponentName); in onConfigure() 147 mComponentName.append(".secure"); in onConfigure() 149 ALOGI("[%s] creating", mComponentName.c_str()); in onConfigure() 151 mCodecLooper, mComponentName.c_str()); in onConfigure() 162 mCodec->getName(&mComponentName); in onConfigure() [all …]
|
D | NuPlayerDecoderPassThrough.cpp | 55 mComponentName("pass through decoder") { in DecoderPassThrough() 69 ALOGV("[%s] onConfigure", mComponentName.c_str()); in onConfigure() 108 mComponentName.c_str(), mCachedBytes, mReachedEOS, mPaused); in isDoneFetching() 308 mComponentName.c_str(), (long long)resumeAtMediaTimeUs); in onInputBufferFetched() 322 mComponentName.c_str(), (long long)timeUs); in onInputBufferFetched() 405 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), in onMessageReceived()
|
D | NuPlayerDecoderPassThrough.h | 72 AString mComponentName; member
|
D | NuPlayerDecoder.h | 87 AString mComponentName; member
|
/frameworks/base/telecomm/java/android/telecom/ |
D | PhoneAccountHandle.java | 43 private final ComponentName mComponentName; field in PhoneAccountHandle 58 mComponentName = componentName; in PhoneAccountHandle() 70 return mComponentName; in getComponentName() 101 return Objects.hash(mComponentName, mId, mUserHandle); in hashCode() 108 return new StringBuilder().append(mComponentName) in toString() 137 mComponentName.writeToParcel(out, flags); in writeToParcel()
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
D | MediaRouteProvider.java | 264 private final ComponentName mComponentName; field in MediaRouteProvider.ProviderMetadata 270 mComponentName = componentName; in ProviderMetadata() 277 return mComponentName.getPackageName(); in getPackageName() 284 return mComponentName; in getComponentName() 290 + mComponentName.flattenToShortString() + " }"; in toString()
|
D | RegisteredMediaRouteProvider.java | 49 private final ComponentName mComponentName; field in RegisteredMediaRouteProvider 61 mComponentName = componentName; in RegisteredMediaRouteProvider() 96 return mComponentName.getPackageName().equals(packageName) in hasComponentName() 97 && mComponentName.getClassName().equals(className); in hasComponentName() 160 service.setComponent(mComponentName); in bind() 291 return "Service connection " + mComponentName.flattenToShortString(); in toString()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | RemoteDisplayProviderProxy.java | 46 private final ComponentName mComponentName; field in RemoteDisplayProviderProxy 67 mComponentName = componentName; in RemoteDisplayProviderProxy() 128 return mComponentName.getPackageName().equals(packageName) in hasComponentName() 129 && mComponentName.getClassName().equals(className); in hasComponentName() 133 return mComponentName.flattenToShortString(); in getFlattenedComponentName() 191 service.setComponent(mComponentName); in bind() 306 return "Service connection " + mComponentName.flattenToShortString(); in toString()
|
D | MediaSessionService.java | 253 enforceMediaPermissions(listener.mComponentName, listener.mPid, listener.mUid, in updateActiveSessionListeners() 256 Log.i(TAG, "ActiveSessionsListener " + listener.mComponentName in updateActiveSessionListeners() 563 private final ComponentName mComponentName; field in MediaSessionService.SessionsListenerRecord 572 mComponentName = componentName; in SessionsListenerRecord()
|
/frameworks/base/core/java/android/content/pm/ |
D | LauncherActivityInfo.java | 41 private ComponentName mComponentName; field in LauncherActivityInfo 56 mComponentName = LauncherApps.getComponentName(info); in LauncherActivityInfo() 71 return mComponentName; in getComponentName()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 489 ALOGV("[%s] signalFlush", mComponentName.c_str()); in signalFlush() 546 mComponentName.c_str(), in allocateBuffersOnPort() 769 mComponentName.c_str(), newBufferCount, err); in configureOutputBuffersFromNativeWindow() 800 mComponentName.c_str(), bufferCount, bufferSize); in allocateOutputBuffersFromNativeWindow() 830 mComponentName.c_str(), in allocateOutputBuffersFromNativeWindow() 868 mComponentName.c_str(), bufferCount); in allocateOutputMetaDataBuffers() 892 mComponentName.c_str(), info.mBufferID, mem->pointer()); in allocateOutputMetaDataBuffers() 909 mComponentName.c_str(), info->mBufferID, info->mGraphicBuffer.get()); in submitOutputMetaDataBuffer() 923 mComponentName.c_str(), info->mBufferID); in cancelBufferToNativeWindow() 929 mComponentName.c_str(), info->mBufferID); in cancelBufferToNativeWindow() [all …]
|
D | MediaCodec.cpp | 785 mComponentName.clear(); in onMessageReceived() 869 CHECK(msg->findString("componentName", &mComponentName)); in onMessageReceived() 871 if (mComponentName.startsWith("OMX.google.")) { in onMessageReceived() 877 if (mComponentName.endsWith(".secure")) { in onMessageReceived() 1156 mComponentName.clear(); in onMessageReceived() 1377 mComponentName.clear(); in onMessageReceived() 1388 mComponentName.clear(); in onMessageReceived() 1678 if (mComponentName.empty()) { in onMessageReceived() 1684 response->setString("name", mComponentName.c_str()); in onMessageReceived()
|
D | OMXCodec.cpp | 104 #define CODEC_LOGI(x, ...) ALOGI("[%s] "x, mComponentName, ##__VA_ARGS__) 105 #define CODEC_LOGV(x, ...) ALOGV("[%s] "x, mComponentName, ##__VA_ARGS__) 106 #define CODEC_LOGW(x, ...) ALOGW("[%s] "x, mComponentName, ##__VA_ARGS__) 107 #define CODEC_LOGE(x, ...) ALOGE("[%s] "x, mComponentName, ##__VA_ARGS__) 668 && !strncmp(mComponentName, "OMX.SEC.", 8)) { in configureCodec() 699 && !strncmp(mComponentName, "OMX.", 4)) { in configureCodec() 1428 mComponentName(strdup(componentName)), in OMXCodec() 1561 free(mComponentName); in ~OMXCodec() 1562 mComponentName = NULL; in ~OMXCodec() 4228 mOutputFormat->setCString(kKeyDecoderComponent, mComponentName); in initOutputFormat() [all …]
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | RemotePrintService.java | 60 private final ComponentName mComponentName; field in RemotePrintService 104 mComponentName = componentName; in RemotePrintService() 105 mIntent = new Intent().setComponent(mComponentName); in RemotePrintService() 113 return mComponentName; in getComponentName() 472 if (printerId.getServiceName().equals(mComponentName)) { in stopTrackingAllPrinters() 482 .append(mComponentName.flattenToString()).println(); in dump() 693 return service.mSpooler.getPrintJobInfos(service.mComponentName, in getPrintJobInfos() 764 throwIfPrinterIdsForPrinterInfoTampered(service.mComponentName, addedPrinters); in onPrintersAdded() 780 throwIfPrinterIdsTampered(service.mComponentName, removedPrinterIds); in onPrintersRemoved()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | TaskPersister.java | 559 chain.get(chain.size()-1).mComponentName.getPackageName(); in readOtherDeviceTasksFromDisk() 622 + chain.get(k).mComponentName); in removeExpiredTasksIfNeeded() 864 if (!isPackageInstalled(task.mComponentName.getPackageName())) { in canAddOtherDeviceTaskChain() 876 if (validComponents.contains(task.mComponentName)) { in canAddOtherDeviceTaskChain() 883 if (pm.getActivityInfo(task.mComponentName, 0, UserHandle.USER_OWNER) == null) { in canAddOtherDeviceTaskChain() 887 validComponents.add(task.mComponentName); in canAddOtherDeviceTaskChain() 1073 final ComponentName mComponentName; field in TaskPersister.OtherDeviceTask 1084 mComponentName = componentName; in OtherDeviceTask()
|
/frameworks/av/include/media/stagefright/ |
D | OMXCodec.h | 190 char *mComponentName; member 373 String8 mComponentName; member
|
D | MediaCodec.h | 224 AString mComponentName; member
|
D | ACodec.h | 176 AString mComponentName; member
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 1044 userState.mComponentNameToServiceMap.put(service.mComponentName, service); in addServiceLocked() 1057 userState.mComponentNameToServiceMap.remove(service.mComponentName); in removeServiceLocked() 1288 state.mTouchExplorationGrantedServices.add(service.mComponentName); in showEnableTouchExplorationDialog() 1554 if (userState.mTouchExplorationGrantedServices.contains(service.mComponentName)) { in canRequestAndRequestsTouchExplorationLocked() 1925 ComponentName mComponentName; field in AccessibilityManagerService.Service 1962 mComponentName = componentName; in Service() 1966 mIntent = new Intent().setComponent(mComponentName); in Service() 2020 userState.mBindingServices.add(mComponentName); in bindLocked() 2023 userState.mBindingServices.add(mComponentName); in bindLocked() 2031 onServiceConnected(mComponentName, mService); in bindLocked() [all …]
|
/frameworks/support/v4/java/android/support/v4/media/session/ |
D | MediaSessionCompat.java | 931 private final ComponentName mComponentName; field in MediaSessionCompat.MediaSessionImplBase 998 mComponentName = mbrComponent; in MediaSessionImplBase() 1280 mComponentName); in update() 1289 mComponentName); in update() 1315 mComponentName); in update()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 638 codecType, results[i].mComponentName.string()); in dumpCodecProfiles()
|