Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/hardware/nxp/nfc/halimpl/log/
DphNxpLog.cc56 uint8_t level = NXPLOG_DEFAULT_LOGLEVEL; in phNxpLog_SetGlobalLogLevel() local
64 level = (unsigned char)num; in phNxpLog_SetGlobalLogLevel()
66 memset(&gLog_level, level, sizeof(nci_log_level_t)); in phNxpLog_SetGlobalLogLevel()
67 return level; in phNxpLog_SetGlobalLogLevel()
79 static void phNxpLog_SetHALLogLevel(uint8_t level) { in phNxpLog_SetHALLogLevel() argument
86 (level > (unsigned char)num) ? level : (unsigned char)num; in phNxpLog_SetHALLogLevel()
107 static void phNxpLog_SetExtnsLogLevel(uint8_t level) { in phNxpLog_SetExtnsLogLevel() argument
113 (level > (unsigned char)num) ? level : (unsigned char)num; in phNxpLog_SetExtnsLogLevel()
134 static void phNxpLog_SetTmlLogLevel(uint8_t level) { in phNxpLog_SetTmlLogLevel() argument
140 (level > (unsigned char)num) ? level : (unsigned char)num; in phNxpLog_SetTmlLogLevel()
[all …]
/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
19 VLOG(level) << __FUNCTION__ << "(): id: " << id << ": "
/hardware/nxp/nfc/halimpl/tml/
Dspi_spm.cc42 int phPalEse_spi_ioctl(phPalEse_ControlCode_t eControlCode,void *pDevHandle, long level) in phPalEse_spi_ioctl() argument
45 NXPLOG_TML_D("phPalEse_spi_ioctl(), ioctl %x , level %lx", eControlCode, level); in phPalEse_spi_ioctl()
52 if(level == 1 || level == 0) in phPalEse_spi_ioctl()
53 ret = ioctl((intptr_t)pDevHandle, P61_SET_SPI_PWR, level); in phPalEse_spi_ioctl()
59 ret = ioctl((intptr_t)pDevHandle, P61_GET_PWR_STATUS, level); in phPalEse_spi_ioctl()
/hardware/interfaces/health/2.1/
Dtypes.hal27 * Battery capacity level. This enum provides additional information along side
34 * Battery capacity level is unsupported.
35 * Battery capacity level must be set to this value if and only if the
40 * Battery capacity level is unknown.
41 * Battery capacity level must be set to this value if and only if battery
42 * is not present or the battery capacity level is unknown/uninitialized.
46 * Battery is at critical level. The Android framework must schedule a
56 * Battery level is normal.
60 * Battery level is high.
64 * Battery is full. It must be set to FULL if and only if battery level is
[all …]
/hardware/google/pixel/fastboot/
DFastboot.cpp81 auto level = std::stoi(args[0]); in SetBrightnessLevel() local
83 if (level < 0 || level > 100) { in SetBrightnessLevel()
88 if (level < DISPLAY_BRIGHTNESS_DIM_THRESHOLD) { in SetBrightnessLevel()
89 level = DISPLAY_BRIGHTNESS_DIM_THRESHOLD; in SetBrightnessLevel()
92 if (android::base::WriteStringToFile(std::to_string(level), BRIGHTNESS_FILE)) { in SetBrightnessLevel()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidTree.cpp39 void HidTreeNode::outputRecursive(std::ostream &os, int level) const { in outputRecursive()
40 insertIndentation(os, level); in outputRecursive()
45 child->outputRecursive(os, level + 1); in outputRecursive()
58 void HidTreeNode::insertIndentation(std::ostream &os, int level) const { in insertIndentation()
60 std::fill_n(std::ostreambuf_iterator<char>(os), level, indentCharacter); in insertIndentation()
108 void HidReportNode::outputRecursive(std::ostream &os, int level) const { in outputRecursive()
109 insertIndentation(os, level); in outputRecursive()
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_hidl_test.cpp128 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; in TEST_P() local
130 supplicant_->setDebugParams(level, in TEST_P()
145 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; in TEST_P() local
147 supplicant_->setDebugParams(level, in TEST_P()
154 EXPECT_EQ(level, supplicant_->getDebugLevel()); in TEST_P()
163 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; in TEST_P() local
165 supplicant_->setDebugParams(level, in TEST_P()
181 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; in TEST_P() local
183 supplicant_->setDebugParams(level, in TEST_P()
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal38 * Open a new session at a requested security level. The security level
40 * sessions are opened at the native security level of the device which is
41 * the maximum level that can be supported. Overriding the security level is
43 * image compositing. The security level parameter must be equal to or lower
44 * than the native level. If the requested level is not supported, the next
45 * lower supported security level must be set. The level can be queried
48 * security level is defaulted to the native security level of the device.
55 * level is higher than the native level or lower than the lowest
56 * supported level or if openSession is not supported at the time of
59 * @param level the requested security level
[all …]
/hardware/interfaces/power/1.0/
Dtypes.hal58 * performance mode is intended to provide a consistent level of
95 * Platform-level sleep state stats:
97 * when a Platform-level sleep state is chosen by aggregation of votes from
101 * entering the lowest Platform-level sleep state.
122 * Platform-level sleep state stats:
123 * PowerStatePlatformSleepState represents the Platform-level sleep state
126 * SoCs usually have more than one Platform-level sleep state.
130 * Platform-level Sleep state name.
135 * Time spent in msec at this platform-level sleep state since boot.
145 * This platform-level sleep state can only be reached during system suspend
[all …]
/hardware/interfaces/power/1.1/
Dtypes.hal19 * Subsytem-level sleep state stats:
23 * SoCs like wifi, bt usually have more than one subsystem level sleep state.
27 * Subsystem-level Sleep state name.
32 * Time spent in msec at this subsystem-level sleep state since boot.
47 * This subsystem-level sleep state can only be reached during system suspend
53 * Subsytem-level sleep state stats:
57 * SoCs like wifi, bt usually have more than one subsystem level sleep state.
/hardware/interfaces/audio/effect/2.0/
DINoiseSuppressionEffect.hal30 * Sets suppression level.
32 setSuppressionLevel(Level level) generates (Result retval);
35 * Gets suppression level.
37 getSuppressionLevel() generates (Result retval, Level level);
55 Level level;
DIEnvironmentalReverbEffect.hal57 * Sets the room level.
62 * Gets the room level.
67 * Sets the room high frequencies level.
72 * Gets the room high frequencies level.
97 * Sets the level of reflections in the room.
102 * Gets the level of reflections in the room.
117 * Sets the reverb level of the room.
122 * Gets the reverb level of the room.
/hardware/interfaces/audio/effect/4.0/
DINoiseSuppressionEffect.hal30 * Sets suppression level.
32 setSuppressionLevel(Level level) generates (Result retval);
35 * Gets suppression level.
37 getSuppressionLevel() generates (Result retval, Level level);
55 Level level;
DIEnvironmentalReverbEffect.hal57 * Sets the room level.
62 * Gets the room level.
67 * Sets the room high frequencies level.
72 * Gets the room high frequencies level.
97 * Sets the level of reflections in the room.
102 * Gets the level of reflections in the room.
117 * Sets the reverb level of the room.
122 * Gets the reverb level of the room.
/hardware/interfaces/audio/effect/6.0/
DINoiseSuppressionEffect.hal30 * Sets suppression level.
32 setSuppressionLevel(Level level) generates (Result retval);
35 * Gets suppression level.
37 getSuppressionLevel() generates (Result retval, Level level);
55 Level level;
DIEnvironmentalReverbEffect.hal57 * Sets the room level.
62 * Gets the room level.
67 * Sets the room high frequencies level.
72 * Gets the room high frequencies level.
97 * Sets the level of reflections in the room.
102 * Gets the level of reflections in the room.
117 * Sets the reverb level of the room.
122 * Gets the reverb level of the room.
/hardware/interfaces/audio/effect/5.0/
DINoiseSuppressionEffect.hal30 * Sets suppression level.
32 setSuppressionLevel(Level level) generates (Result retval);
35 * Gets suppression level.
37 getSuppressionLevel() generates (Result retval, Level level);
55 Level level;
DIEnvironmentalReverbEffect.hal57 * Sets the room level.
62 * Gets the room level.
67 * Sets the room high frequencies level.
72 * Gets the room high frequencies level.
97 * Sets the level of reflections in the room.
102 * Gets the level of reflections in the room.
117 * Sets the reverb level of the room.
122 * Gets the reverb level of the room.
/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dlibse-gto.c126 se_gto_set_log_level(struct se_gto_ctx *ctx, int level) in se_gto_set_log_level() argument
128 if (level < 0) in se_gto_set_log_level()
129 level = 0; in se_gto_set_log_level()
130 else if (level > 4) in se_gto_set_log_level()
131 level = 4; in se_gto_set_log_level()
132 ctx->log_level = level; in se_gto_set_log_level()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraThermalAdapter.h51 virtual int thermalEvtHandle(qcamera_thermal_level_enum_t *level,
55 void setThermalLevel(qcamera_thermal_level_enum_t level);
73 static int thermalCallback(int level, void *userdata, void *data);
/hardware/interfaces/soundtrigger/2.0/
Dtypes.hal50 * Confidence level for each user in structure PhraseRecognitionExtra
55 /** confidence level in percent (0 - 100): */
56 /** - min level for recognition configuration */
57 /** - detected level for recognition event */
69 /** confidence level for mode RecognitionMode.VOICE_TRIGGER */
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp282 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2; in venc_open()
291 profile_level.level = VEN_LEVEL_H263_20; in venc_open()
300 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0; in venc_open()
1192 __func__, codec_profile.profile, profile_level.level); in venc_start()
1364 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print()
1819 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5; in venc_set_profile_level()
1821 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5; in venc_set_profile_level()
1828 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_0; in venc_set_profile_level()
1831 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_0B; in venc_set_profile_level()
1834 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_1; in venc_set_profile_level()
[all …]
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicant.hal25 * This is the root level object for any the supplicant interactions.
30 * Only log messages with a level greater than the set level
109 * @param level Debug logging level for the supplicant.
121 setDebugParams(DebugLevel level, bool showTimestamp, bool showKeys)
125 * Get the debug level set.
127 * @return level one of |DebugLevel| values.
129 getDebugLevel() generates (DebugLevel level);
/hardware/qcom/display/msm8909w_3100/liblight/
Dlights_prv.cpp48 int set_brightness_ext_level(int level) in set_brightness_ext_level() argument
51 level, 0); 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() argument
51 level, 0); in set_brightness_ext_level()

12345678910>>...16