/frameworks/native/libs/binder/ |
D | PersistableBundle.cpp | 62 set<android::String16> getKeys(const map<android::String16, T>& map) { in getKeys() function 271 return getKeys(mBoolMap); in getBooleanKeys() 275 return getKeys(mIntMap); in getIntKeys() 279 return getKeys(mLongMap); in getLongKeys() 283 return getKeys(mDoubleMap); in getDoubleKeys() 287 return getKeys(mStringMap); in getStringKeys() 291 return getKeys(mBoolVectorMap); in getBooleanVectorKeys() 295 return getKeys(mIntVectorMap); in getIntVectorKeys() 299 return getKeys(mLongVectorMap); in getLongVectorKeys() 303 return getKeys(mDoubleVectorMap); in getDoubleVectorKeys() [all …]
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | persistable_bundle_aidl.h | 422 std::set<std::string> getKeys( in getKeys() function 443 return getKeys(&APersistableBundle_getBooleanKeys, mPBundle); in getBooleanKeys() 450 return getKeys(&APersistableBundle_getIntKeys, mPBundle); in getIntKeys() 457 return getKeys(&APersistableBundle_getLongKeys, mPBundle); in getLongKeys() 464 return getKeys(&APersistableBundle_getDoubleKeys, mPBundle); in getDoubleKeys() 471 return getKeys(&APersistableBundle_getStringKeys, mPBundle); in getStringKeys() 478 return getKeys(&APersistableBundle_getBooleanVectorKeys, mPBundle); in getBooleanVectorKeys() 485 return getKeys(&APersistableBundle_getIntVectorKeys, mPBundle); in getIntVectorKeys() 492 return getKeys(&APersistableBundle_getLongVectorKeys, mPBundle); in getLongVectorKeys() 499 return getKeys(&APersistableBundle_getDoubleVectorKeys, mPBundle); in getDoubleVectorKeys() [all …]
|
/frameworks/base/core/java/android/os/health/ |
D | HealthStatsWriter.java | 173 keys = mConstants.getKeys(HealthKeys.TYPE_TIMER); in flattenToParcel() 184 keys = mConstants.getKeys(HealthKeys.TYPE_MEASUREMENT); in flattenToParcel() 194 keys = mConstants.getKeys(HealthKeys.TYPE_STATS); in flattenToParcel() 204 keys = mConstants.getKeys(HealthKeys.TYPE_TIMERS); in flattenToParcel() 214 keys = mConstants.getKeys(HealthKeys.TYPE_MEASUREMENTS); in flattenToParcel()
|
D | HealthKeys.java | 175 public int[] getKeys(int type) { in getKeys() method in HealthKeys.Constants
|
/frameworks/base/core/java/android/os/ |
D | BatteryConsumer.java | 341 public Key[] getKeys(@PowerComponent int componentId) { in getKeys() method in BatteryConsumer 342 return mData.getKeys(componentId); in getKeys() 594 public Key[] getKeys(int componentId) { in getKeys() method in BatteryConsumer.BatteryConsumerData 818 public Key[] getKeys(@PowerComponent int componentId) { in getKeys() method in BatteryConsumer.BaseBuilder 819 return mData.getKeys(componentId); in getKeys()
|
D | PowerComponents.java | 163 for (BatteryConsumer.Key key: mData.getKeys(componentId)) { in dump() 224 final BatteryConsumer.Key[] keys = mData.getKeys(componentId); in writeStatsProtoImpl() 334 final BatteryConsumer.Key[] keys = mData.getKeys(componentId); in writeToXml()
|
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/serviceforward/ |
D | CaptureStageImplAdapter.java | 43 for (CaptureRequest.Key<?> key : request.getKeys()) { in getParameters()
|
D | ForwardImageCaptureExtender.java | 294 for (CaptureRequest.Key<?> key : captureRequest.getKeys()) { in getAvailableCaptureRequestKeys() 319 for (CaptureResult.Key<?> key : captureResult.getKeys()) { in getAvailableCaptureResultKeys() 366 for (CaptureResult.Key<?> key : captureResult.getKeys()) { in process()
|
D | ForwardAdvancedExtender.java | 245 for (CaptureRequest.Key<?> key : captureRequest.getKeys()) { in getAvailableCaptureRequestKeys() 268 for (CaptureResult.Key<?> key : captureResult.getKeys()) { in getAvailableCaptureResultKeys()
|
D | ForwardSessionProcessor.java | 113 for (CaptureRequest.Key<?> key : captureRequest.getKeys()) { in initSession() 331 for (CaptureResult.Key key : captureResult.getKeys()) { in onCaptureCompleted()
|
D | RequestProcessorAdapter.java | 129 for (CaptureRequest.Key<?> key : captureRequest.getKeys()) { in getParameters()
|
D | ForwardPreviewExtender.java | 268 for (CaptureResult.Key<?> key : captureResult.getKeys()) { in process()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraMetadata.java | 148 public List<TKey> getKeys() { in getKeys() method in CameraMetadata 151 getKeys(thisClass, getKeyClass(), this, /*filterTags*/null, in getKeys() 171 <TKey> ArrayList<TKey> getKeys( in getKeys() method in CameraMetadata
|
D | CaptureResult.java | 366 public List<Key<?>> getKeys() { in getKeys() method in CaptureResult 368 return super.getKeys(); in getKeys()
|
D | CaptureRequest.java | 445 public List<Key<?>> getKeys() { in getKeys() method in CaptureRequest 447 return super.getKeys(); in getKeys()
|
/frameworks/ex/camera2/extensions/service_based_sample/extensions_service/src/com/android/oemextensions/ |
D | SimpleSessionProcessorStub.java | 139 for (CaptureRequest.Key<?> key : captureRequest.getKeys()) { in setParameters() 186 for (CaptureRequest.Key key : captureRequest.getKeys()) { in startTrigger()
|
/frameworks/base/core/java/android/view/translation/ |
D | ViewTranslationResponse.java | 71 public Set<String> getKeys() { in getKeys() method in ViewTranslationResponse
|
D | ViewTranslationRequest.java | 86 public Set<String> getKeys() { in getKeys() method in ViewTranslationRequest
|
D | UiTranslationController.java | 724 for (String key: request.getKeys()) { in sanitizedViewTranslationRequest() 739 for (String key: response.getKeys()) { in sanitizedViewTranslationResponse()
|
/frameworks/base/core/java/android/widget/ |
D | TextViewTranslationCallback.java | 136 if (response.getKeys().contains(ViewTranslationRequest.ID_CONTENT_DESCRIPTION)) { in onShowTranslation()
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | BluetoothPowerCalculator.java | 86 keys = app.getKeys(BatteryConsumer.POWER_COMPONENT_BLUETOOTH); in calculate()
|
D | WifiPowerCalculator.java | 101 keys = app.getKeys(BatteryConsumer.POWER_COMPONENT_WIFI); in calculate()
|
D | CpuPowerCalculator.java | 118 keys = app.getKeys(BatteryConsumer.POWER_COMPONENT_CPU); in calculate()
|
/frameworks/ex/camera2/extensions/eyesFreeVidSample/src/android/camera/extensions/impl/service/ |
D | EyesFreeVidSessionProcessor.java | 526 for (CaptureRequest.Key<?> key : captureRequest.getKeys()) { in getTriggersRequestKeys() 544 captureRequest.getKeys(); in setParameters()
|
/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/ |
D | BatteryConsumerData.java | 174 final BatteryConsumer.Key[] keys = batteryConsumer.getKeys(component); in addProcessStateEntries()
|