|
Tizen HAL API
1.0
|
The Bezel provides functions for controlling Bezel state.
#include <hal-device-bezel.h>
The Bezel provides the way to control bezel state like hardware, software, vibration. There are bezel states like turn on/off, vibration intensity.
The Bezel functions provide bezel information including:
For more information on the Bezel features and the macros, see HAL Bezel programming guides and tutorials.
Typedefs | |
| typedef struct _hal_backend_device_bezel_funcs | hal_backend_device_bezel_funcs |
| Structure for Bezel functions. | |
| struct _hal_backend_device_bezel_funcs |
Structure for Bezel functions.
Data Fields | |
| int(* | get_state )(hal_device_bezel_state_e *state) |
| int(* | set_state )(hal_device_bezel_state_e state) |
| int(* | get_sw_state )(hal_device_bezel_state_e *state) |
| int(* | set_sw_state )(hal_device_bezel_state_e state) |
| int(* | get_vib_state )(hal_device_bezel_vib_state_e *state) |
| int(* | set_vib_state )(hal_device_bezel_vib_state_e state) |
Get hardware bezel state
Get software bezel state
Get bezel vibration state
Set hardware bezel state
Set software bezel state
Set bezel vibration state
| typedef struct _hal_backend_device_bezel_funcs hal_backend_device_bezel_funcs |
Structure for Bezel functions.
Enumeration for Bezel vibration state.