Home
last modified time | relevance | path

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

12

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java141 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/
DCodecServiceRegistrant.cpp29 android::sp<IComponentStore> store = in RegisterCodecServices() local
/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/av/media/codec2/hidl/1.0/utils/
DComponentInterface.cpp90 ComponentStore* store) in ComponentInterface()
DInputSurface.cpp156 const sp<ComponentStore>& store, in InputSurface()
DInputSurfaceConnection.cpp448 const sp<ComponentStore>& store) in InputSurfaceConnection()
458 const sp<ComponentStore>& store) in InputSurfaceConnection()
DConfigurable.cpp41 c2_status_t CachedConfigurable::init(ComponentStore* store) { in init()
DComponentStore.cpp105 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore()
DComponent.cpp203 const sp<ComponentStore>& store, in Component()
/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/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.cpp159 android::sp<IComponentStore> store; in main() local
/frameworks/av/media/codec2/vndk/
DC2Store.cpp138 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/
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/base/services/core/java/com/android/server/job/controllers/
DBackgroundJobsController.java167 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; }; struct
/frameworks/base/keystore/java/android/security/
DKeyChain.java681 TrustedCertificateStore store = new TrustedCertificateStore(); in getCertificateChain() local
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp82 std::shared_ptr<C2AllocatorStore> store = in SetUp() local
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp81 std::shared_ptr<C2AllocatorStore> store = in SetUp() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java994 private final HashMap<K,List<V>> store = new HashMap<K,List<V>>(); field in WifiTracker.Multimap

12