/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiApConfigStoreTest.java | 141 WifiApConfigStore store = new WifiApConfigStore( in createWifiApConfigStore() local 150 return store; in createWifiApConfigStore() 214 WifiApConfigStore store = new WifiApConfigStore( in initWithDefaultConfiguration() local 217 verifyDefaultApConfig(store.getApConfiguration(), TEST_DEFAULT_AP_SSID); in initWithDefaultConfiguration() 234 WifiApConfigStore store = new WifiApConfigStore( in initWithExistingConfiguration() local 237 verifyApConfig(expectedConfig, store.getApConfiguration()); in initWithExistingConfiguration() 256 WifiApConfigStore store = new WifiApConfigStore( in setNullApConfiguration() local 259 verifyApConfig(expectedConfig, store.getApConfiguration()); in setNullApConfiguration() 261 store.setApConfiguration(null); in setNullApConfiguration() 262 verifyDefaultApConfig(store.getApConfiguration(), TEST_DEFAULT_AP_SSID); in setNullApConfiguration() [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/av/services/mediacodec/registrant/ |
D | CodecServiceRegistrant.cpp | 29 android::sp<IComponentStore> store = in RegisterCodecServices() local 32 if (store == nullptr) { in RegisterCodecServices() 36 if (store->registerAsService("software") != android::OK) { in RegisterCodecServices()
|
/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/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/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/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/vndk/ |
D | C2Store.cpp | 73 void setComponentStore(std::shared_ptr<C2ComponentStore> store); 138 std::shared_ptr<C2ComponentStore> store) { in UseComponentStoreForIonAllocator() argument 150 c2_status_t res = store->querySupportedValues_sm(query); in UseComponentStoreForIonAllocator() 169 mapper = [store](C2MemoryUsage usage, size_t capacity, in UseComponentStoreForIonAllocator() 176 c2_status_t res = store->config_sm({&usageInfo}, &failures); in UseComponentStoreForIonAllocator() 191 void C2PlatformAllocatorStoreImpl::setComponentStore(std::shared_ptr<C2ComponentStore> store) { in setComponentStore() argument 197 _mComponentStore = store; in setComponentStore() 205 UseComponentStoreForIonAllocator(allocator, store); in setComponentStore() 260 std::shared_ptr<C2PlatformAllocatorStoreImpl> store = gPlatformAllocatorStore.lock(); in GetCodec2PlatformAllocatorStore() local 261 if (store == nullptr) { in GetCodec2PlatformAllocatorStore() [all …]
|
/frameworks/av/media/libaaudio/src/legacy/ |
D | AudioStreamLegacy.cpp | 129 mCallbackEnabled.store(false); in processCallbackCommon() 134 mCallbackEnabled.store(false); in processCallbackCommon() 144 mCallbackEnabled.store(false); in processCallbackCommon() 157 mCallbackEnabled.store(false); in checkForDisconnectRequest()
|
/frameworks/av/media/codec2/hidl/services/ |
D | vendor.cpp | 159 android::sp<IComponentStore> store; in main() local 165 store = new utils::ComponentStore( in main() 168 if (store == nullptr) { in main() 171 if (store->registerAsService("default") != android::OK) { in main()
|
/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/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/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/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} { 105 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() argument 106 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore() 107 mStore{store} { 110 SetPreferredCodec2ComponentStore(store);
|
D | InputSurface.cpp | 156 const sp<ComponentStore>& store, in InputSurface() argument 160 : mStore{store}, in InputSurface() 168 mConfigurable->init(store.get());
|
/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/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | InputSurfaceConnection.h | 65 const sp<ComponentStore>& store); 70 const sp<ComponentStore>& store);
|
/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/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()
|
/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()
|