/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ |
D | CustomIconCacheTest.kt | 58 customIconCache.store(TEST_COMPONENT1, CONTROL_ID_1, icon1) in testIconStoredCorrectly() 65 customIconCache.store(TEST_COMPONENT1, CONTROL_ID_1, icon1) in testIconNotStoredReturnsNull() 72 customIconCache.store(TEST_COMPONENT1, CONTROL_ID_1, icon1) in testWrongComponentReturnsNull() 79 customIconCache.store(TEST_COMPONENT1, CONTROL_ID_1, icon1) in testChangeComponentOldComponentIsRemoved() 80 customIconCache.store(TEST_COMPONENT2, CONTROL_ID_2, icon2) in testChangeComponentOldComponentIsRemoved() 88 customIconCache.store(TEST_COMPONENT1, CONTROL_ID_1, icon1) in testChangeComponentCorrectIconRetrieved() 89 customIconCache.store(TEST_COMPONENT2, CONTROL_ID_1, icon2) in testChangeComponentCorrectIconRetrieved() 96 customIconCache.store(TEST_COMPONENT1, CONTROL_ID_1, icon1) in testStoreNull() 97 customIconCache.store(TEST_COMPONENT1, CONTROL_ID_1, null) in testStoreNull()
|
/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/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 | 56 explicit H2C2ComponentStore(sp<IComponentStore> const& store) in H2C2ComponentStore() argument 57 : mStore{store}, in H2C2ComponentStore() 58 mConfigurable{[store]() -> sp<IConfigurable>{ in __anone6d7a5110202() 59 if (!store) { in __anone6d7a5110202() 63 store->getConfigurable(); in __anone6d7a5110202() 410 std::shared_ptr<C2ComponentStore> store = in RegisterCodecServices() local 412 if (!store) { in RegisterCodecServices() 431 new V1_2::utils::ComponentStore(store); in RegisterCodecServices() 440 new V1_1::utils::ComponentStore(store); in RegisterCodecServices() 449 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/1.0/utils/ |
D | ComponentStore.cpp | 60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() 61 : ConfigurableC2Intf{store ? store->getName() : "", 0}, in StoreIntf() 62 mStore{store} { 117 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() 133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() argument 134 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore() 136 mStore{store} { 139 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 | 134 mCallbackEnabled.store(false); in processCallbackCommon() 139 mCallbackEnabled.store(false); in processCallbackCommon() 149 mCallbackEnabled.store(false); in processCallbackCommon() 162 mCallbackEnabled.store(false); in checkForDisconnectRequest()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 76 void setComponentStore(std::shared_ptr<C2ComponentStore> store); 184 std::shared_ptr<C2ComponentStore> store) { in UseComponentStoreForIonAllocator() argument 196 c2_status_t res = store->querySupportedValues_sm(query); in UseComponentStoreForIonAllocator() 215 mapper = [store](C2MemoryUsage usage, size_t capacity, in UseComponentStoreForIonAllocator() 222 c2_status_t res = store->config_sm({&usageInfo}, &failures); in UseComponentStoreForIonAllocator() 236 std::shared_ptr<C2ComponentStore> store) { in UseComponentStoreForDmaBufAllocator() argument 252 c2_status_t res = store->querySupportedValues_sm(query); in UseComponentStoreForDmaBufAllocator() 271 mapper = [store](C2MemoryUsage usage, size_t capacity, C2String* heapName, in UseComponentStoreForDmaBufAllocator() 281 c2_status_t res = store->config_sm({&*usageInfo}, &failures); in UseComponentStoreForDmaBufAllocator() 296 void C2PlatformAllocatorStoreImpl::setComponentStore(std::shared_ptr<C2ComponentStore> store) { in setComponentStore() argument [all …]
|
/frameworks/av/media/codec2/hidl/1.1/utils/ |
D | ComponentStore.cpp | 60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() 61 : ConfigurableC2Intf{store ? store->getName() : "", 0}, in StoreIntf() 62 mStore{store} { 117 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() 133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() argument 134 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore() 136 mStore{store} { 139 SetPreferredCodec2ComponentStore(store);
|
/frameworks/av/media/codec2/hidl/services/ |
D | vendor.cpp | 184 sp<IComponentStore> store; in main() local 190 store = new utils::ComponentStore( in main() 193 if (store == nullptr) { in main() 197 if (store->registerAsService(serviceName) != OK) { in main()
|
/frameworks/av/media/codec2/hidl/1.2/utils/ |
D | ComponentStore.cpp | 60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() 61 : ConfigurableC2Intf{store ? store->getName() : "", 0}, in StoreIntf() 62 mStore{store} { 117 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() 133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() argument 134 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore() 136 mStore{store} { 139 SetPreferredCodec2ComponentStore(store);
|
/frameworks/av/media/codecs/amrwb/enc/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/ |
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/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/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()
|
/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/media/java/android/media/ |
D | MediaHTTPService.java | 59 CookieStore store = cookieManager.getCookieStore(); in makeHTTPConnection() local 62 store.add(null, cookie); in makeHTTPConnection()
|