/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiApConfigStoreTest.java | 141 WifiApConfigStore store = new WifiApConfigStore( in createWifiApConfigStore() local 214 WifiApConfigStore store = new WifiApConfigStore( in initWithDefaultConfiguration() local 234 WifiApConfigStore store = new WifiApConfigStore( in initWithExistingConfiguration() local 256 WifiApConfigStore store = new WifiApConfigStore( in setNullApConfiguration() local 272 WifiApConfigStore store = new WifiApConfigStore( in updateApConfiguration() local 298 WifiApConfigStore store = new WifiApConfigStore( in convertSingleModeDeviceAnyTo5Ghz() local 332 WifiApConfigStore store = new WifiApConfigStore( in singleModeDevice5GhzNotConverted() local 359 WifiApConfigStore store = new WifiApConfigStore( in convertDualModeDevice5GhzToAny() local 395 WifiApConfigStore store = new WifiApConfigStore( in dualModeDeviceAnyNotConverted() local 436 WifiApConfigStore store = new WifiApConfigStore( in singleModeDeviceAnyConvertedTo5GhzAtRetrieval() local [all …]
|
/frameworks/av/services/mediacodec/registrant/ |
D | CodecServiceRegistrant.cpp | 29 android::sp<IComponentStore> store = in RegisterCodecServices() local
|
/frameworks/base/media/java/android/media/ |
D | MediaHTTPService.java | 59 CookieStore store = cookieManager.getCookieStore(); in makeHTTPConnection() local
|
/frameworks/av/media/tests/benchmark/src/native/common/ |
D | BenchmarkC2Common.cpp | 30 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in setupCodec2() local
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | ComponentInterface.cpp | 90 ComponentStore* store) in ComponentInterface()
|
D | InputSurface.cpp | 156 const sp<ComponentStore>& store, in InputSurface()
|
D | InputSurfaceConnection.cpp | 448 const sp<ComponentStore>& store) in InputSurfaceConnection() 458 const sp<ComponentStore>& store) in InputSurfaceConnection()
|
D | Configurable.cpp | 41 c2_status_t CachedConfigurable::init(ComponentStore* store) { in init()
|
D | ComponentStore.cpp | 105 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore()
|
D | Component.cpp | 203 const sp<ComponentStore>& store, in Component()
|
/frameworks/base/identity/java/android/security/identity/ |
D | CredstoreIdentityCredentialStore.java | 31 private CredstoreIdentityCredentialStore(@NonNull Context context, ICredentialStore store) { in CredstoreIdentityCredentialStore()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
D | IpConfigStoreTest.java | 97 IpConfigStore store = new IpConfigStore(writer); in staticIpMultiNetworks() local
|
/frameworks/av/media/codec2/components/cmds/ |
D | codec2.cpp | 146 std::shared_ptr<C2AllocatorStore> store = GetCodec2PlatformAllocatorStore(); in SimplePlayer() local 215 std::shared_ptr<C2ComponentStore> store = GetCodec2PlatformComponentStore(); in play() local
|
/frameworks/av/media/codec2/hidl/services/ |
D | vendor.cpp | 159 android::sp<IComponentStore> store; in main() local
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 138 std::shared_ptr<C2ComponentStore> store) { in UseComponentStoreForIonAllocator() 191 void C2PlatformAllocatorStoreImpl::setComponentStore(std::shared_ptr<C2ComponentStore> store) { in setComponentStore() 260 std::shared_ptr<C2PlatformAllocatorStoreImpl> store = gPlatformAllocatorStore.lock(); in GetCodec2PlatformAllocatorStore() local 1015 std::shared_ptr<C2ComponentStore> store = platformStore.lock(); in GetCodec2PlatformComponentStore() local
|
/frameworks/base/tools/aapt/ |
D | ResourceIdCache.cpp | 84 uint32_t ResourceIdCache::store(const android::String16& package, in store() function in android::ResourceIdCache
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | ShaderCache.cpp | 154 void ShaderCache::store(const SkData& key, const SkData& data) { in store() function in android::uirenderer::skiapipeline::ShaderCache
|
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
D | BackgroundJobsController.java | 167 final JobStore store = mService.getJobStore(); in updateJobRestrictionsLocked() local
|
/frameworks/base/core/java/android/security/net/config/ |
D | NetworkSecurityTrustManager.java | 58 KeyStore store = KeyStore.getInstance(KeyStore.getDefaultType()); in NetworkSecurityTrustManager() local
|
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
D | NetworkSecurityConfigTests.java | 268 TrustedCertificateStore store = new TrustedCertificateStore(); in testUserAddedCaOptIn() local
|
/frameworks/av/media/libstagefright/foundation/tests/ |
D | AData_test.cpp | 230 template <typename T> struct store { typedef T as_type; }; struct
|
/frameworks/base/keystore/java/android/security/ |
D | KeyChain.java | 681 TrustedCertificateStore store = new TrustedCertificateStore(); in getCertificateChain() local
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 82 std::shared_ptr<C2AllocatorStore> store = in SetUp() local
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 81 std::shared_ptr<C2AllocatorStore> store = in SetUp() local
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | WifiTracker.java | 994 private final HashMap<K,List<V>> store = new HashMap<K,List<V>>(); field in WifiTracker.Multimap
|