/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiApConfigStoreTest.java | 131 WifiApConfigStore store = new WifiApConfigStore( in createWifiApConfigStore() local 140 return store; in createWifiApConfigStore() 220 WifiApConfigStore store = createWifiApConfigStore(); in initWithDefaultConfiguration() local 221 verifyDefaultApConfig(store.getApConfiguration(), TEST_DEFAULT_AP_SSID); in initWithDefaultConfiguration() 241 WifiApConfigStore store = createWifiApConfigStore(); in setNullApConfiguration() local 243 verifyApConfig(expectedConfig, store.getApConfiguration()); in setNullApConfiguration() 245 store.setApConfiguration(null); in setNullApConfiguration() 246 verifyDefaultApConfig(store.getApConfiguration(), TEST_DEFAULT_AP_SSID); in setNullApConfiguration() 258 WifiApConfigStore store = createWifiApConfigStore(); in updateApConfiguration() local 260 verifyDefaultApConfig(store.getApConfiguration(), TEST_DEFAULT_AP_SSID); in updateApConfiguration() [all …]
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_reduce_general_cleanup.ll | 55 store i32 %2, i32* %accum, align 4, !tbaa !22 64 store float %3, float* %accum, align 4, !tbaa !26 73 store float %3, float* %accum, align 4, !tbaa !26 81 store i32 %1, i32* %2, align 4, !tbaa !26 83 store i32 -1, i32* %3, align 4, !tbaa !22 87 store i32 %4, i32* %6, align 4, !tbaa !26 89 store i32 -1, i32* %7, align 4, !tbaa !22 101 store float %in, float* %1, align 4 103 store i32 %x, i32* %5, align 4 113 store float %in, float* %7, align 4 [all …]
|
D | test_reduce_general_metadata.ll | 52 store i32 %2, i32* %accum, align 4, !tbaa !18 58 store i32 1, i32* %accum, align 4, !tbaa !18 66 store i32 %2, i32* %accum, align 4, !tbaa !18 75 store float %3, float* %accum, align 4, !tbaa !22 84 store float %3, float* %accum, align 4, !tbaa !22 106 store float %in, float* %1, align 4 108 store i32 %x, i32* %5, align 4 118 store float %in, float* %7, align 4 120 store i32 %x, i32* %11, align 4 148 store <2 x i32> %4, <2 x i32>* %result, align 8 [all …]
|
/frameworks/base/services/net/java/android/net/ |
D | IpMemoryStore.java | 72 mTailNode.getAndUpdate(future -> future.handle((store, exception) -> { in runWhenServiceReady() 76 return store; in runWhenServiceReady() 80 cb.accept(store); in runWhenServiceReady() 84 return store; in runWhenServiceReady()
|
/frameworks/rs/driver/runtime/ll64/ |
D | allocation.ll | 13 ; a char or uchar load/store is special as it can alias with about everything. 27 ; does not alias with a load/store accessing something not part of a RenderScript 40 store i8 %val, i8* %1, align 1, !tbaa !21 55 store <2 x i8> %3, <2 x i8>* %2, align 2, !tbaa !22 72 store <4 x i8> %3, <4 x i8>* %4, align 4, !tbaa !23 89 store <4 x i8> %3, <4 x i8>* %2, align 4, !tbaa !24 103 store i8 %val, i8* %1, align 1, !tbaa !25 118 store <2 x i8> %3, <2 x i8>* %2, align 2, !tbaa !26 135 store <4 x i8> %3, <4 x i8>* %4, align 4, !tbaa !27 152 store <4 x i8> %3, <4 x i8>* %2, align 4, !tbaa !28 [all …]
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 11 ; a char or uchar load/store is special as it can alias with about everything. 25 ; does not alias with a load/store accessing something not part of a RenderScript 38 store i8 %val, i8* %1, align 1, !tbaa !21 52 store <2 x i8> %val, <2 x i8>* %2, align 2, !tbaa !22 68 store <4 x i8> %2, <4 x i8>* %3, align 4, !tbaa !23 84 store <4 x i8> %val, <4 x i8>* %2, align 4, !tbaa !24 98 store i8 %val, i8* %1, align 1, !tbaa !25 112 store <2 x i8> %val, <2 x i8>* %2, align 2, !tbaa !26 128 store <4 x i8> %2, <4 x i8>* %3, align 4, !tbaa !27 144 store <4 x i8> %val, <4 x i8>* %2, align 4, !tbaa !28 [all …]
|
/frameworks/av/services/mediacodec/registrant/ |
D | CodecServiceRegistrant.cpp | 55 explicit H2C2ComponentStore(sp<IComponentStore> const& store) in H2C2ComponentStore() argument 56 : mStore{store}, in H2C2ComponentStore() 57 mConfigurable{[store]() -> sp<IConfigurable>{ in __anon6f9a220a0202() 58 if (!store) { in __anon6f9a220a0202() 62 store->getConfigurable(); in __anon6f9a220a0202() 409 std::shared_ptr<C2ComponentStore> store = in RegisterCodecServices() local 411 if (!store) { in RegisterCodecServices() 430 new V1_1::utils::ComponentStore(store); in RegisterCodecServices() 439 new V1_0::utils::ComponentStore(store); in RegisterCodecServices()
|
/frameworks/av/media/libaaudio/tests/ |
D | test_return_stop.cpp | 53 framesRead.store(0); in reset() 54 startingFramesRead.store(0); in reset() 55 framesCalled.store(0); in reset() 56 callbackCount.store(0); in reset() 57 callbackCountAfterStop.store(0); in reset() 79 engine->startingFramesRead.store(engine->framesRead.load()); in s_myDataCallbackProc()
|
/frameworks/av/media/tests/benchmark/src/native/common/ |
D | BenchmarkC2Common.cpp | 30 std::shared_ptr<C2AllocatorStore> store = android::GetCodec2PlatformAllocatorStore(); in setupCodec2() local 31 if (!store) return -1; in setupCodec2() 33 c2_status_t status = store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator); in setupCodec2() 39 status = store->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &mGraphicAllocator); in setupCodec2()
|
/frameworks/av/media/codec2/hidl/services/ |
D | vendor.cpp | 163 sp<IComponentStore> store; in main() local 169 store = new utils::ComponentStore( in main() 172 if (store == nullptr) { in main() 176 if (store->registerAsService(serviceName) != OK) { in main()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | ComponentStore.cpp | 52 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() 53 : ConfigurableC2Intf{store ? store->getName() : "", 0}, in StoreIntf() 54 mStore{store} { 109 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() 125 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() argument 126 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore() 128 mStore{store} { 131 SetPreferredCodec2ComponentStore(store);
|
/frameworks/av/services/audioflinger/ |
D | FastMixer.h | 44 virtual void setMasterMono(bool mono) { mMasterMono.store(mono); /* memory_order_seq_cst */ } in setMasterMono() 45 virtual void setMasterBalance(float balance) { mMasterBalance.store(balance); } in setMasterBalance() 48 mBoottimeOffset.store(boottimeOffset); /* memory_order_seq_cst */ in setBoottimeOffset()
|
/frameworks/av/media/libaaudio/src/legacy/ |
D | AudioStreamLegacy.cpp | 130 mCallbackEnabled.store(false); in processCallbackCommon() 135 mCallbackEnabled.store(false); in processCallbackCommon() 145 mCallbackEnabled.store(false); in processCallbackCommon() 158 mCallbackEnabled.store(false); in checkForDisconnectRequest()
|
/frameworks/av/media/codec2/hidl/1.1/utils/ |
D | ComponentStore.cpp | 52 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() 53 : ConfigurableC2Intf{store ? store->getName() : "", 0}, in StoreIntf() 54 mStore{store} { 109 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() 125 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() argument 126 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore() 128 mStore{store} { 131 SetPreferredCodec2ComponentStore(store);
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 75 void setComponentStore(std::shared_ptr<C2ComponentStore> store); 149 std::shared_ptr<C2ComponentStore> store) { in UseComponentStoreForIonAllocator() argument 161 c2_status_t res = store->querySupportedValues_sm(query); in UseComponentStoreForIonAllocator() 180 mapper = [store](C2MemoryUsage usage, size_t capacity, in UseComponentStoreForIonAllocator() 187 c2_status_t res = store->config_sm({&usageInfo}, &failures); in UseComponentStoreForIonAllocator() 202 void C2PlatformAllocatorStoreImpl::setComponentStore(std::shared_ptr<C2ComponentStore> store) { in setComponentStore() argument 208 _mComponentStore = store; in setComponentStore() 216 UseComponentStoreForIonAllocator(allocator, store); in setComponentStore() 283 std::shared_ptr<C2PlatformAllocatorStoreImpl> store = gPlatformAllocatorStore.lock(); in GetCodec2PlatformAllocatorStore() local 284 if (store == nullptr) { in GetCodec2PlatformAllocatorStore() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | scale_sig_neon.s | 64 VST1.S16 {Q8, Q9}, [r0]! @store 16 Word16 x[] 84 VST1.S16 {Q8, Q9}, [r0]! @store 16 Word16 x[] 99 VST1.S16 {Q8, Q9}, [r0]! @store 16 Word16 x[] 113 VST1.S16 {Q8, Q9}, [r0]! @store 16 Word16 x[] 127 VST1.S16 {Q8, Q9}, [r0]! @store 16 Word16 x[]
|
/frameworks/rs/script_api/ |
D | rs_graphics.spec | 880 summary: Get program store blend destination function 882 Get program store blend destination function 892 summary: Get program store blend source function 894 Get program store blend source function 904 summary: Get program store depth function 906 Get program store depth function 916 summary: Get program store alpha component color mask 918 Get program store alpha component color mask 928 summary: Get program store blur component color mask 930 Get program store blur component color mask [all …]
|
/frameworks/av/media/libaaudio/src/fifo/ |
D | FifoController.h | 46 mReadCounter.store(n, std::memory_order_release); in setReadCounter() 52 mWriteCounter.store(n, std::memory_order_release); in setWriteCounter()
|
D | FifoControllerIndirect.h | 55 mReadCounterAddress->store(count, std::memory_order_release); in setReadCounter() 63 mWriteCounterAddress->store(count, std::memory_order_release); in setWriteCounter()
|
/frameworks/av/media/libaaudio/src/flowgraph/ |
D | RampLinear.cpp | 31 mTarget.store(1.0f); in RampLinear() 39 mTarget.store(target); in setTarget()
|
/frameworks/rs/script_api/include/ |
D | rs_graphics.rsh | 1209 * proj: matrix to store the current projection matrix into 1334 * rsgProgramStoreGetBlendDstFunc: Get program store blend destination function 1338 * Get program store blend destination function 1341 * ps: program store to query 1355 * rsgProgramStoreGetBlendSrcFunc: Get program store blend source function 1359 * Get program store blend source function 1362 * ps: program store to query 1376 * rsgProgramStoreGetDepthFunc: Get program store depth function 1380 * Get program store depth function 1383 * ps: program store to query [all …]
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | PowerAdvisor.cpp | 68 /* resetCallback */ [this] { mSendUpdateImminent.store(false); }, in PowerAdvisor() 69 /* timeoutCallback */ [this] { mSendUpdateImminent.store(true); }) { in __anon9e6cd5400302() 76 mBootFinished.store(true); in onBootFinished()
|
/frameworks/rs/ |
D | rsProgramStore.cpp | 54 mRSC->mHal.funcs.store.destroy(mRSC, this); in ~ProgramStore() 63 rsc->mHal.funcs.store.setActive(rsc, this); in setup() 74 mRSC->mHal.funcs.store.init(mRSC, this); in init()
|
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
D | NetworkSecurityConfigTests.java | 268 TrustedCertificateStore store = new TrustedCertificateStore(); in testUserAddedCaOptIn() local 271 store.installCertificate(TEST_CA_CERT); in testUserAddedCaOptIn() 306 for (String alias : store.aliases()) { in testUserAddedCaOptIn() 307 if (store.isUser(alias)) { in testUserAddedCaOptIn() 309 store.deleteCertificateEntry(alias); in testUserAddedCaOptIn()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | ShaderCacheTests.cpp | 143 ShaderCache::get().store(GrProgramDescTest(100), *inVS.get()); in TEST() 145 ShaderCache::get().store(GrProgramDescTest(432), *inVS.get()); in TEST() 169 ShaderCache::get().store(GrProgramDescTest(432), *inVS.get()); in TEST() 180 ShaderCache::get().store(GrProgramDescTest(432), *inVS.get()); in TEST() 228 ShaderCache::get().store(*key.get(), *data.get()); in TEST()
|