Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java131 WifiApConfigStore store = new WifiApConfigStore( in createWifiApConfigStore() local
220 WifiApConfigStore store = createWifiApConfigStore(); in initWithDefaultConfiguration() local
241 WifiApConfigStore store = createWifiApConfigStore(); in setNullApConfiguration() local
258 WifiApConfigStore store = createWifiApConfigStore(); in updateApConfiguration() local
289 WifiApConfigStore store = createWifiApConfigStore(); in convertDevice5GhzToAny() local
328 WifiApConfigStore store = createWifiApConfigStore(); in deviceAnyNotConverted() local
357 WifiApConfigStore store = createWifiApConfigStore(); in deviceWithChannelNotConverted() local
401 WifiApConfigStore store = createWifiApConfigStore(); in device5GhzConvertedToAnyAtRetrieval() local
428 WifiApConfigStore store = createWifiApConfigStore(); in deviceNotConvertedAtRetrieval() local
440 WifiApConfigStore store = createWifiApConfigStore(); in getDefaultApConfigurationIsValid() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DCustomIconCache.kt44 fun store(component: ComponentName, controlId: String, icon: Icon?) { in store() method in com.android.systemui.controls.CustomIconCache
/frameworks/base/media/java/android/media/
DMediaHTTPService.java59 CookieStore store = cookieManager.getCookieStore(); in makeHTTPConnection() local
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp30 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in setupCodec2() local
/frameworks/base/identity/java/android/security/identity/
DCredstoreIdentityCredentialStore.java31 private CredstoreIdentityCredentialStore(@NonNull Context context, ICredentialStore store) { in CredstoreIdentityCredentialStore()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DIpConfigStoreTest.java97 IpConfigStore store = new IpConfigStore(writer); in staticIpMultiNetworks() local
/frameworks/av/services/mediacodec/registrant/
DCodecServiceRegistrant.cpp55 explicit H2C2ComponentStore(sp<IComponentStore> const& store) in H2C2ComponentStore()
409 std::shared_ptr<C2ComponentStore> store = in RegisterCodecServices() local
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp146 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/
Dvendor.cpp163 sp<IComponentStore> store; in main() local
/frameworks/base/tools/aapt/
DResourceIdCache.cpp84 uint32_t ResourceIdCache::store(const android::String16& package, in store() function in android::ResourceIdCache
/frameworks/base/libs/hwui/pipeline/skia/
DShaderCache.cpp154 void ShaderCache::store(const SkData& key, const SkData& data) { in store() function in android::uirenderer::skiapipeline::ShaderCache
/frameworks/av/media/codec2/vndk/
DC2Store.cpp149 std::shared_ptr<C2ComponentStore> store) { in UseComponentStoreForIonAllocator()
202 void C2PlatformAllocatorStoreImpl::setComponentStore(std::shared_ptr<C2ComponentStore> store) { in setComponentStore()
283 std::shared_ptr<C2PlatformAllocatorStoreImpl> store = gPlatformAllocatorStore.lock(); in GetCodec2PlatformAllocatorStore() local
1064 std::shared_ptr<C2ComponentStore> store = platformStore.lock(); in GetCodec2PlatformComponentStore() local
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DBackgroundJobsController.java164 final JobStore store = mService.getJobStore(); in updateJobRestrictionsLocked() local
/frameworks/base/core/java/android/security/net/config/
DNetworkSecurityTrustManager.java58 KeyStore store = KeyStore.getInstance(KeyStore.getDefaultType()); in NetworkSecurityTrustManager() local
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
DNetworkSecurityConfigTests.java268 TrustedCertificateStore store = new TrustedCertificateStore(); in testUserAddedCaOptIn() local
/frameworks/av/media/libstagefright/foundation/tests/
DAData_test.cpp230 template <typename T> struct store { typedef T as_type; }; argument
/frameworks/base/keystore/java/android/security/
DKeyChain.java689 TrustedCertificateStore store = new TrustedCertificateStore(); in getCertificateChain() local
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp125 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore()
DComponent.cpp203 const sp<ComponentStore>& store, in Component()
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponentStore.cpp125 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore()
DComponent.cpp203 const sp<ComponentStore>& store, in Component()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp75 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in SetUp() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java1000 private final HashMap<K,List<V>> store = new HashMap<K,List<V>>(); field in WifiTracker.Multimap
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp73 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in SetUp() local
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp127 void (*store)(void); member

12