Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 54) sorted by relevance

123

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DRecurrentTimer_test.cpp44 ASSERT_EQ_WITH_TOLERANCE(100, counter.load(), 20); in TEST()
69 ASSERT_EQ_WITH_TOLERANCE(100, counter1ms.load(), 20); in TEST()
70 ASSERT_EQ_WITH_TOLERANCE(20, counter5ms.load(), 5); in TEST()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DGeneratorHub.cpp69 while (!mShuttingDownFlag.load()) { in run()
77 mCond.wait(g, [this] { return !mEventQueue.empty() || mShuttingDownFlag.load(); }); in run()
78 if (mShuttingDownFlag.load()) { in run()
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerHintSession.cpp148 ATRACE_INT(sz.c_str(), mDescriptor->is_active.load()); in PowerHintSession()
213 if (!mDescriptor->is_active.load()) in pause()
221 ATRACE_INT(sz.c_str(), mDescriptor->is_active.load()); in pause()
228 if (mDescriptor->is_active.load()) in resume()
237 ATRACE_INT(sz.c_str(), mDescriptor->is_active.load()); in resume()
286 if (!mDescriptor->is_active.load()) { in reportActualWorkDuration()
409 return mDescriptor->is_active.load(); in isActive()
442 if (!mIsMonitoringStale.load()) { in updateStaleTimer()
457 return mLastUpdatedTime.load() + in getStaleTime()
/hardware/interfaces/contexthub/1.0/
DIContexthub.hal87 * load/unload transaction
88 * TRANSACTION_FAILED if load failed synchronously
110 * load/unload transaction
131 * load/unload transaction
132 * FAILED_TRANSACTION if load fails immediately
152 * load/unload transaction
153 * FAILED_TRANSACTION if load fails immediately
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dstorage_manager.c46 load_func_t load[NUM_STORAGE_BOXES]; /**< Callback to load data */ member
87 ds.load[ds.num] = load_func; in inv_register_load_store()
160 ds.load[entry](data); in inv_load_mpl_states()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dstorage_manager.c46 load_func_t load[NUM_STORAGE_BOXES]; /**< Callback to load data */ member
87 ds.load[ds.num] = load_func; in inv_register_load_store()
160 ds.load[entry](data); in inv_load_mpl_states()
/hardware/interfaces/graphics/mapper/2.1/default/
Dpassthrough.cpp23 return GrallocLoader::load(); in HIDL_FETCH_IMapper()
/hardware/interfaces/graphics/allocator/2.0/default/
Dpassthrough.cpp24 return GrallocLoader::load(); in HIDL_FETCH_IAllocator()
/hardware/interfaces/graphics/mapper/2.0/default/
Dpassthrough.cpp23 return GrallocLoader::load(); in HIDL_FETCH_IMapper()
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
DREADME3 means to verify the multi-HAL 2.0 implementation can successfully load and
19 to cause the multi-HAL to restart and attempt to load in the sub-HAL.
/hardware/interfaces/sensors/common/default/2.X/multihal/
DHalProxy.cpp351 stream << " Threads are running: " << (mThreadsRun.load() ? "true" : "false") << std::endl; in debug()
562 while (mThreadsRun.load()) { in handlePendingWrites()
564 lock, [&] { return !mPendingWriteEventsQueue.empty() || !mThreadsRun.load(); }); in handlePendingWrites()
565 if (mThreadsRun.load()) { in handlePendingWrites()
606 while (mThreadsRun.load()) { in handleWakelocks()
607 mWakelockCV.wait(lock, [&] { return mWakelockRefCount > 0 || !mThreadsRun.load(); }); in handleWakelocks()
608 if (mThreadsRun.load()) { in handleWakelocks()
680 if (!mThreadsRun.load()) return false; in incrementRefCountAndMaybeAcquireWakelock()
696 if (!mThreadsRun.load()) return; in decrementRefCountAndMaybeReleaseWakelock()
/hardware/interfaces/graphics/composer/2.3/default/
Dservice.cpp42 android::sp<IComposer> composer = HwcLoader::load(); in main()
/hardware/qcom/sm8150/display/composer/
Dservice.cpp42 android::sp<IComposer> composer = HwcLoader::load(); in main()
/hardware/interfaces/graphics/composer/2.2/default/
Dservice.cpp42 android::sp<IComposer> composer = HwcLoader::load(); in main()
/hardware/interfaces/graphics/composer/2.4/default/
Dservice.cpp42 android::sp<IComposer> composer = HwcLoader::load(); in main()
/hardware/interfaces/graphics/composer/2.1/default/
Dservice.cpp46 android::sp<IComposer> composer = HwcLoader::load(); in main()
/hardware/libhardware/
Dhardware.c75 static int load(const char *id, in load() function
247 return load(class_id, path, module); in hw_get_module_by_class()
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
DGrallocLoader.h37 static IMapper* load() { in load() function
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcLoader.h37 static IComposer* load() { in load() function
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcLoader.h37 static IComposer* load() { in load() function
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcLoader.h37 static IComposer* load() { in load() function
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGrallocLoader.h41 static IAllocator* load() { in load() function
/hardware/google/camera/common/hal/
DAndroid.bp66 // No value set (conditions_default) = load HWL with dlopen
/hardware/interfaces/broadcastradio/common/tests/
DWorkerThread_test.cpp55 auto delta = stop.load() - start; in TEST()
/hardware/interfaces/drm/1.4/
DICryptoPlugin.hal25 * load crypto keys for a codec to decrypt protected video content.

123