Home
last modified time | relevance | path

Searched defs:level (Results 1 – 25 of 211) sorted by relevance

123456789

/hardware/libhardware/modules/camera/3_4/arc/
Dcommon.h13 #define LOGF(level) LOG(level) << __FUNCTION__ << "(): " argument
14 #define LOGFID(level, id) LOG(level) << __FUNCTION__ << "(): id: " << id << ": " argument
15 #define LOGF_IF(level, res) LOG_IF(level, res) << __FUNCTION__ << "(): " argument
17 #define VLOGF(level) VLOG(level) << __FUNCTION__ << "(): " argument
18 #define VLOGFID(level, id) \ argument
/hardware/nxp/nfc/pn8x/halimpl/log/
DphNxpLog.cc56 uint8_t level = NXPLOG_DEFAULT_LOGLEVEL; in phNxpLog_SetGlobalLogLevel() local
79 static void phNxpLog_SetHALLogLevel(uint8_t level) { in phNxpLog_SetHALLogLevel()
107 static void phNxpLog_SetExtnsLogLevel(uint8_t level) { in phNxpLog_SetExtnsLogLevel()
134 static void phNxpLog_SetTmlLogLevel(uint8_t level) { in phNxpLog_SetTmlLogLevel()
161 static void phNxpLog_SetDnldLogLevel(uint8_t level) { in phNxpLog_SetDnldLogLevel()
188 static void phNxpLog_SetNciTxLogLevel(uint8_t level) { in phNxpLog_SetNciTxLogLevel()
245 uint8_t level = phNxpLog_SetGlobalLogLevel(); in phNxpLog_InitializeLogLevel() local
/hardware/nxp/nfc/snxxx/halimpl/log/
DphNxpLog.cc56 uint8_t level = NXPLOG_DEFAULT_LOGLEVEL; in phNxpLog_SetGlobalLogLevel() local
79 static void phNxpLog_SetHALLogLevel(uint8_t level) { in phNxpLog_SetHALLogLevel()
107 static void phNxpLog_SetExtnsLogLevel(uint8_t level) { in phNxpLog_SetExtnsLogLevel()
134 static void phNxpLog_SetTmlLogLevel(uint8_t level) { in phNxpLog_SetTmlLogLevel()
161 static void phNxpLog_SetDnldLogLevel(uint8_t level) { in phNxpLog_SetDnldLogLevel()
188 static void phNxpLog_SetNciTxLogLevel(uint8_t level) { in phNxpLog_SetNciTxLogLevel()
245 uint8_t level = phNxpLog_SetGlobalLogLevel(); in phNxpLog_InitializeLogLevel() local
/hardware/qcom/sm7150/gps/utils/
DSkipList.h53 SkipNode(int level, T& data): mLevel(level), mData(data) {} in SkipNode()
80 void SkipList<T>::append(T& data, int level) { in append()
98 void SkipList<T>::pop(int level) { in pop()
118 T SkipList<T>::front(int level) { in front()
146 list<pair<T, int>> SkipList<T>::dump(int level) { in dump()
DLogBuffer.cpp73 void LogBuffer::append(string& data, int level, uint64_t timestamp) { in append()
87 void LogBuffer::dump(std::function<void(stringstream&)> log, int level) { in dump()
/hardware/qcom/sm7250/gps/utils/
DSkipList.h53 SkipNode(int level, T& data): mLevel(level), mData(data) {} in SkipNode()
80 void SkipList<T>::append(T& data, int level) { in append()
98 void SkipList<T>::pop(int level) { in pop()
118 T SkipList<T>::front(int level) { in front()
146 list<pair<T, int>> SkipList<T>::dump(int level) { in dump()
DLogBuffer.cpp78 void LogBuffer::append(string& data, int level, uint64_t timestamp) { in append()
92 void LogBuffer::dump(std::function<void(stringstream&)> log, int level) { in dump()
/hardware/qcom/sm8150/gps/utils/
DSkipList.h53 SkipNode(int level, T& data): mLevel(level), mData(data) {} in SkipNode()
80 void SkipList<T>::append(T& data, int level) { in append()
98 void SkipList<T>::pop(int level) { in pop()
118 T SkipList<T>::front(int level) { in front()
146 list<pair<T, int>> SkipList<T>::dump(int level) { in dump()
DLogBuffer.cpp78 void LogBuffer::append(string& data, int level, uint64_t timestamp) { in append()
92 void LogBuffer::dump(std::function<void(stringstream&)> log, int level) { in dump()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraThermalAdapter.cpp155 int QCameraThermalAdapter::thermalCallback(int level, in thermalCallback()
174 void QCameraThermalCallback::setThermalLevel(qcamera_thermal_level_enum_t level) { in setThermalLevel()
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_hidl_test.cpp138 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; in TEST_P() local
155 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; in TEST_P() local
173 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; in TEST_P() local
191 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; in TEST_P() local
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddisplay_base.h82 virtual DisplayError SetPanelBrightness(int level) { in SetPanelBrightness()
85 virtual DisplayError CachePanelBrightness(int level) { in CachePanelBrightness()
104 virtual DisplayError GetPanelBrightness(int *level) { in GetPanelBrightness()
Ddisplay_primary.cpp239 DisplayError DisplayPrimary::SetPanelBrightness(int level) { in SetPanelBrightness()
244 DisplayError DisplayPrimary::CachePanelBrightness(int level) { in CachePanelBrightness()
318 DisplayError DisplayPrimary::GetPanelBrightness(int *level) { in GetPanelBrightness()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Ddisplay_base.h83 virtual DisplayError SetPanelBrightness(int level) { in SetPanelBrightness()
86 virtual DisplayError CachePanelBrightness(int level) { in CachePanelBrightness()
104 virtual DisplayError GetPanelBrightness(int *level) { in GetPanelBrightness()
Ddisplay_primary.cpp214 DisplayError DisplayPrimary::SetPanelBrightness(int level) { in SetPanelBrightness()
219 DisplayError DisplayPrimary::CachePanelBrightness(int level) { in CachePanelBrightness()
286 DisplayError DisplayPrimary::GetPanelBrightness(int *level) { in GetPanelBrightness()
/hardware/nxp/nfc/pn8x/halimpl/tml/
Dspi_spm.cc43 long level) { in phPalEse_spi_ioctl()
/hardware/qcom/display/msm8909w_3100/liblight/
Dlights_prv.cpp48 int set_brightness_ext_level(int level) in set_brightness_ext_level()
/hardware/qcom/display/msm8998/liblight/
Dlights_prv.cpp48 int set_brightness_ext_level(int level) in set_brightness_ext_level()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.cpp205 uint32_t level; in processDisplayBrightness() local
275 uint32_t level; in applyPendingChangeViaSysfs() local
561 uint32_t level; in updateStates() local
638 int BrightnessController::queryBrightness(float brightness, bool *ghbm, uint32_t *level, in queryBrightness()
820 int BrightnessController::applyBrightnessViaSysfs(uint32_t level) { in applyBrightnessViaSysfs()
/hardware/google/pixel/vibrator/cs40l25/tests/
Dutils.h27 static inline EffectScale levelToScale(EffectLevel level) { in levelToScale()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dmessage_layer.c33 void inv_set_message(long set, long clear, int level) in inv_set_message()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dmessage_layer.c33 void inv_set_message(long set, long clear, int level) in inv_set_message()
/hardware/google/pixel/vibrator/cs40l26/tests/
Dutils.h34 static inline EffectScale levelToScale(EffectLevel level) { in levelToScale()
/hardware/google/av/media/eco/
DECOC2Utils.cpp52 int C2Level2ECOLevel(C2Config::level_t level) { in C2Level2ECOLevel()
/hardware/nxp/nfc/snxxx/halimpl/tml/transport/
DNfccTransport.cc31 __attribute__((unused)) uint32_t level) { in EseGetPower()

123456789