Home
last modified time | relevance | path

Searched refs:cdev_callback_mutex_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/interfaces/thermal/aidl/default/
H A DThermal.cpp212 std::lock_guard<std::mutex> _lock(cdev_callback_mutex_); in registerCoolingDeviceChangedCallbackWithType()
233 std::lock_guard<std::mutex> _lock(cdev_callback_mutex_); in unregisterCoolingDeviceChangedCallback()
H A DThermal.h69 std::mutex cdev_callback_mutex_; variable
/aosp_15_r20/hardware/google/pixel/thermal/
DThermal.h116 std::mutex cdev_callback_mutex_; variable
DThermal.cpp257 std::lock_guard<std::mutex> _lock(cdev_callback_mutex_); in registerCoolingDeviceChangedCallbackWithType()
283 std::lock_guard<std::mutex> _lock(cdev_callback_mutex_); in unregisterCoolingDeviceChangedCallback()