Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 157) sorted by relevance

1234567

/hardware/google/gfxstream/host/gl/glsnapshot/
DGLSnapshot.cpp30 std::vector<GLenum>& store = mGlobals[name].enums; in getGlobalStateEnum() local
31 store.resize(size); in getGlobalStateEnum()
32 mGL->glGetIntegerv(name, (GLint*)&store[0]); in getGlobalStateEnum()
37 std::vector<unsigned char>& store = mGlobals[name].bytes; in getGlobalStateByte() local
38 store.resize(size); in getGlobalStateByte()
39 mGL->glGetBooleanv(name, (GLboolean*)&store[0]); in getGlobalStateByte()
44 std::vector<uint32_t>& store = mGlobals[name].ints; in getGlobalStateInt() local
45 store.resize(size); in getGlobalStateInt()
46 mGL->glGetIntegerv(name, (GLint*)&store[0]); in getGlobalStateInt()
51 std::vector<float>& store = mGlobals[name].floats; in getGlobalStateFloat() local
[all …]
/hardware/interfaces/gnss/common/utils/vts/v2_1/
DGnssCallback.cpp38 info_cbq_.store(info); in gnssSetSystemInfoCb()
44 capabilities_cbq_.store(capabilities); in gnssSetCapabilitesCb()
50 capabilities_cbq_.store(capabilities); in gnssSetCapabilitiesCb_2_0()
56 capabilities_cbq_.store(capabilities); in gnssSetCapabilitiesCb_2_1()
62 name_cbq_.store(name); in gnssNameCb()
79 location_cbq_.store(location); in gnssLocationCbImpl()
91 sv_info_list_cbq_.store(svInfoList); in gnssSvStatusCb_2_1()
/hardware/interfaces/gnss/aidl/vts/
DGnssCallbackAidl.cpp31 capabilities_cbq_.store(capabilities); in gnssSetCapabilitiesCb()
45 signal_type_capabilities_cbq_.store(signalTypes); in gnssSetSignalTypeCapabilitiesCb()
56 sv_info_list_cbq_.store(svInfoList); in gnssSvStatusCb()
57 sv_info_list_timestamps_millis_cbq_.store(::android::elapsedRealtime()); in gnssSvStatusCb()
63 location_cbq_.store(location); in gnssLocationCb()
68 nmea_cbq_.store(std::make_pair(timestamp, nmea)); in gnssNmeaCb()
82 info_cbq_.store(info); in gnssSetSystemInfoCb()
DGnssPowerIndicationCallback.cpp26 capabilities_cbq_.store(capabilities); in setCapabilitiesCb()
45 gnss_power_stats_cbq_.store(gnssPowerStats); in gnssPowerStatsCb()
DMeasurementCorrectionsCallback.cpp24 capabilities_cbq_.store(capabilities); in setCapabilitiesCb()
DGnssAntennaInfoCallbackAidl.cpp24 antenna_info_cbq_.store(gnssAntennaInfos); in gnssAntennaInfoCb()
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp273 static inline bool ReadFileToLongsCheck(const std::string &path, std::vector<long> *store, in ReadFileToLongsCheck() argument
276 int num = ReadFileToLongs(path, store, start_idx, delim, skip, nonnegative); in ReadFileToLongsCheck()
281 int last_idx = std::min(start_idx + expected_num, static_cast<int>(store->size())); in ReadFileToLongsCheck()
282 std::fill(store->begin() + start_idx, store->begin() + last_idx, -1); in ReadFileToLongsCheck()
900 void MmMetricsReporter::readCompactionDurationStat(std::vector<long> *store) { in readCompactionDurationStat() argument
904 store->resize(num_metrics); in readCompactionDurationStat()
909 if (!ReadFileToLongsCheck(path, store, start_idx, " ", 1, expected_num, true)) { in readCompactionDurationStat()
922 void MmMetricsReporter::fillCompactionDurationStatAtom(const std::vector<long> &store, in fillCompactionDurationStatAtom() argument
938 if (store[i] == -1) { in fillCompactionDurationStatAtom()
941 tmp.set<VendorAtomValue::longValue>(store[i] - prev_compaction_duration_[i]); in fillCompactionDurationStatAtom()
[all …]
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test.cpp190 info_cbq_.store(info); in gnssSetSystemInfoCb()
196 capabilities_cbq_.store(capabilities); in gnssSetCapabilitesCb()
202 capabilities_cbq_.store(capabilities); in gnssSetCapabilitiesCb_2_0()
208 name_cbq_.store(name); in gnssNameCb()
225 location_cbq_.store(location); in gnssLocationCbImpl()
237 sv_info_list_cbq_.store(svInfoList); in gnssSvStatusCb_2_0()
244 measurement_cbq_.store(data); in gnssMeasurementCb_2_0()
251 capabilities_cbq_.store(capabilities); in setCapabilitiesCb()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h128 void readCompactionDurationStat(std::vector<long> *store);
129 void fillCompactionDurationStatAtom(const std::vector<long> &store,
131 void readDirectReclaimStat(std::vector<long> *store);
132 void fillDirectReclaimStatAtom(const std::vector<long> &store,
134 void readPressureStall(const std::string &basePath, std::vector<long> *store);
136 std::vector<long> *store, int file_save_idx);
137 bool parsePressureStallWords(const std::vector<std::string> &words, std::vector<long> *store,
140 std::vector<long> *store, int base_save_idx);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_private_data.adoc48 (1) If I have to create a slink:VkPrivateDataSlot to store and retrieve data
49 on an object, how does this extension help me? Will I not need to store the
51 might as well just store the original data!
60 This allows multiple layers to store private data without conflicting with
64 (2) What if I need to store more than 64-bits of information per object?
66 **RESOLVED:** The data that you store per object could be a pointer to
DVK_QCOM_multiview_per_view_render_areas.adoc28 pixels that are affected by attachment load, store, and multisample resolve
34 per-view render area are affected by load, store and resolve operations.
81 are effected by load, store, and multisample resolve operations.
87 any per-view render area must not be affected by load, store, or multisample
/hardware/interfaces/security/secretkeeper/aidl/vts/
Dsecretkeeper_test_client.rs198 fn store(&mut self, id: &Id, secret: &Secret) -> Result<(), Error> { in store() method
443 sk_client.store(&ID_EXAMPLE, &SECRET_EXAMPLE).unwrap(); in secret_management_store_get_secret_found()
454 sk_client.store(&ID_EXAMPLE, &SECRET_EXAMPLE).unwrap(); in secret_management_store_get_secret_not_found()
467 sk_client1.store(&ID_EXAMPLE, &SECRET_EXAMPLE).unwrap(); in secretkeeper_get_secret_across_sessions_with_same_identity()
482 sk_client1.store(&ID_EXAMPLE, &SECRET_EXAMPLE).unwrap(); in secretkeeper_no_secret_across_sessions_with_different_identity()
500 sk_client.store(&ID_EXAMPLE, &SECRET_EXAMPLE).unwrap(); in secretkeeper_store_delete_ids()
501 sk_client.store(&ID_EXAMPLE_2, &SECRET_EXAMPLE).unwrap(); in secretkeeper_store_delete_ids()
516 sk_client.store(&ID_EXAMPLE, &SECRET_EXAMPLE).unwrap(); in secretkeeper_store_delete_multiple_ids()
517 sk_client.store(&ID_EXAMPLE_2, &SECRET_EXAMPLE).unwrap(); in secretkeeper_store_delete_multiple_ids()
527 sk_client.store(&ID_EXAMPLE, &SECRET_EXAMPLE).unwrap(); in secretkeeper_store_delete_duplicate_ids()
[all …]
/hardware/interfaces/camera/common/default/
DSimpleThread.cpp37 mDone.store(false, std::memory_order_release); in run()
43 mDone.store(true, std::memory_order_release); in requestExitAndWait()
/hardware/interfaces/tests/msgq/1.0/default/
Dmq_test_service.cpp38 std::shared_ptr<TestAidlMsgQ> store = ndk::SharedRefBase::make<TestAidlMsgQ>(); in main() local
42 CHECK(AServiceManager_addService(store->asBinder().get(), instance.c_str()) == STATUS_OK); in main()
/hardware/interfaces/security/secretkeeper/default/src/
Dstore.rs20 use secretkeeper_core::store::KeyValueStore;
29 fn store(&mut self, key: &[u8], val: &[u8]) -> Result<(), Error> { in store() method
Dlib.rs30 mod store; module
54 let storage_impl = Box::new(store::InMemoryStore::default()); in new()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp501 auto store = std::make_unique<VehiclePropertyStore>(); in invokeVehiclePropStore() local
515 [&]() { store->registerProperty(config); }, in invokeVehiclePropStore()
516 [&]() { store->writeValue(propValue, shouldWriteStatus); }, in invokeVehiclePropStore()
517 [&]() { store->readAllValues(); }, in invokeVehiclePropStore()
518 [&]() { store->getAllConfigs(); }, in invokeVehiclePropStore()
519 [&]() { store->getConfigOrNull(vehicleProp); }, in invokeVehiclePropStore()
520 [&]() { store->readValuesForProperty(vehicleProp); }, in invokeVehiclePropStore()
521 [&]() { store->readValueOrNull(propValue); }, in invokeVehiclePropStore()
523 store->readValueOrNull(propValue.prop, propValue.areaId, in invokeVehiclePropStore()
527 [&]() { store->removeValuesForProperty(vehicleProp); }, in invokeVehiclePropStore()
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/
DVehicleService.cpp33 auto store = std::make_unique<VehiclePropertyStore>(); in main() local
35 auto hal = std::make_unique<DefaultVehicleHal>(store.get(), connector.get()); in main()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.cpp221 mDimming.store(true); in initDimmingUsage()
321 mEnhanceHbmReq.store(on); in processEnhancedHbm()
341 mAclMode.store(AclMode::ACL_ENHANCED); in updateAclMode()
343 mAclMode.store(mAclModeDefault); in updateAclMode()
402 mBrightnessFloatReq.store(brightness); in processDisplayBrightness()
540 mLhbmReq.store(on); in processLocalHbm()
556 mHdrLayerState.store(hdrState); in updateFrameStates()
562 mPrevSdrDim.store(mSdrDim.get()); in updateFrameStates()
563 mSdrDim.store(sdrDim); in updateFrameStates()
570 mColorRenderIntent.store(static_cast<ColorRenderIntent>(intent)); in updateColorRenderIntent()
[all …]
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.cpp241 info_cbq_.store(info); in gnssSetSystemInfoCb()
247 capabilities_cbq_.store(capabilities); in gnssSetCapabilitesCb()
253 name_cbq_.store(name); in gnssNameCb()
259 location_cbq_.store(location); in gnssLocationCb()
266 sv_status_cbq_.store(svStatus); in gnssSvStatusCb()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLBackgroundLoader.cpp82 m_loadDelayMs.store(0, std::memory_order_relaxed); in wait()
87 m_interrupted.store(true, std::memory_order_relaxed); in interrupt()
/hardware/interfaces/identity/aidl/default/
Dservice.cpp56 std::shared_ptr<IdentityCredentialStore> store = in main() local
61 binder_status_t status = AServiceManager_addService(store->asBinder().get(), instance.c_str()); in main()
/hardware/interfaces/media/omx/1.0/vts/functional/
DREADME.md4 …rrent directory contains the following folders: audio, common, component, store and video. Besides…
6 #### store :
7 Functionality of store is to enumerate all the omx components (and the roles it supports) available…
/hardware/google/interfaces/media/c2/1.0/
DIComponentStore.hal143 * Returns the list of components supported by this component store.
147 * @return traits List of component traits for all components supported by this store in no
164 * structures that this store is aware of.
167 * store must simply ignore all struct indices that it is not aware of.
189 * @return pool If the component store supports receiving buffers via
199 * The store must copy the contents of \p src into \p dst without changing
/hardware/interfaces/gnss/common/utils/vts/include/
DGnssCallbackEventQueue.h42 void store(const T& event);
79 void GnssCallbackEventQueue<T>::store(const T& event) { in store() function

1234567