Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 25 of 152) sorted by relevance

1234567

/hardware/bsp/intel/peripheral/libmraa/src/pwm/
Dpwm.c38 mraa_pwm_setup_duty_fp(mraa_pwm_context dev) in mraa_pwm_setup_duty_fp()
51 mraa_pwm_write_period(mraa_pwm_context dev, int period) in mraa_pwm_write_period()
81 mraa_pwm_write_duty(mraa_pwm_context dev, int duty) in mraa_pwm_write_duty()
96 mraa_pwm_read_period(mraa_pwm_context dev) in mraa_pwm_read_period()
132 mraa_pwm_read_duty(mraa_pwm_context dev) in mraa_pwm_read_duty()
165 mraa_pwm_context dev = (mraa_pwm_context) calloc(1,sizeof(struct _pwm)); in mraa_pwm_init_internal() local
249 … mraa_pwm_context dev = mraa_pwm_init_internal(plat == NULL ? NULL : plat->adv_func , chipin, pin); in mraa_pwm_init_raw() local
286 mraa_pwm_write(mraa_pwm_context dev, float percentage) in mraa_pwm_write()
301 mraa_pwm_read(mraa_pwm_context dev) in mraa_pwm_read()
311 mraa_pwm_period(mraa_pwm_context dev, float seconds) in mraa_pwm_period()
[all …]
/hardware/bsp/intel/peripheral/libmraa/src/uart/
Duart.c113 mraa_uart_context dev = (mraa_uart_context) calloc(1, sizeof(struct _uart)); in mraa_uart_init_internal() local
177 mraa_uart_context dev = mraa_uart_init_raw((char*)plat->uart_dev[index].device_path); in mraa_uart_init() local
197 mraa_uart_context dev = mraa_uart_init_internal(plat == NULL ? NULL : plat->adv_func); in mraa_uart_init_raw() local
249 mraa_uart_stop(mraa_uart_context dev) in mraa_uart_stop()
267 mraa_uart_flush(mraa_uart_context dev) in mraa_uart_flush()
282 mraa_uart_set_baudrate(mraa_uart_context dev, unsigned int baud) in mraa_uart_set_baudrate()
309 mraa_uart_set_mode(mraa_uart_context dev, int bytesize, mraa_uart_parity_t parity, int stopbits) in mraa_uart_set_mode()
381 mraa_uart_set_flowcontrol(mraa_uart_context dev, mraa_boolean_t xonxoff, mraa_boolean_t rtscts) in mraa_uart_set_flowcontrol()
421 mraa_uart_set_timeout(mraa_uart_context dev, int read, int write, int interchar) in mraa_uart_set_timeout()
450 mraa_uart_get_dev_path(mraa_uart_context dev) in mraa_uart_get_dev_path()
[all …]
/hardware/libhardware/modules/fingerprint/
Dfingerprint.c25 static int fingerprint_close(hw_device_t *dev) in fingerprint_close()
36 static uint64_t fingerprint_pre_enroll(struct fingerprint_device __unused *dev) { in fingerprint_pre_enroll()
40 static int fingerprint_enroll(struct fingerprint_device __unused *dev, in fingerprint_enroll()
47 static uint64_t fingerprint_get_auth_id(struct fingerprint_device __unused *dev) { in fingerprint_get_auth_id()
51 static int fingerprint_cancel(struct fingerprint_device __unused *dev) { in fingerprint_cancel()
55 static int fingerprint_remove(struct fingerprint_device __unused *dev, in fingerprint_remove()
60 static int fingerprint_set_active_group(struct fingerprint_device __unused *dev, in fingerprint_set_active_group()
65 static int fingerprint_authenticate(struct fingerprint_device __unused *dev, in fingerprint_authenticate()
70 static int set_notify_callback(struct fingerprint_device *dev, in set_notify_callback()
85 fingerprint_device_t *dev = malloc(sizeof(fingerprint_device_t)); in fingerprint_open() local
/hardware/bsp/intel/peripheral/libmraa/src/spi/
Dspi.c43 mraa_spi_context dev = (mraa_spi_context) calloc(1, sizeof(struct _spi)); in mraa_spi_init_internal() local
113 mraa_spi_context dev = mraa_spi_init_raw(plat->spi_bus[bus].bus_id, plat->spi_bus[bus].slave_s); in mraa_spi_init() local
129 mraa_spi_context dev = mraa_spi_init_internal(plat == NULL ? NULL : plat->adv_func); in mraa_spi_init_raw() local
171 mraa_spi_mode(mraa_spi_context dev, mraa_spi_mode_t mode) in mraa_spi_mode()
202 mraa_spi_frequency(mraa_spi_context dev, int hz) in mraa_spi_frequency()
216 mraa_spi_lsbmode(mraa_spi_context dev, mraa_boolean_t lsb) in mraa_spi_lsbmode()
236 mraa_spi_bit_per_word(mraa_spi_context dev, unsigned int bits) in mraa_spi_bit_per_word()
247 mraa_spi_write(mraa_spi_context dev, uint8_t data) in mraa_spi_write()
269 mraa_spi_write_word(mraa_spi_context dev, uint16_t data) in mraa_spi_write_word()
291 mraa_spi_transfer_buf(mraa_spi_context dev, uint8_t* data, uint8_t* rxbuf, int length) in mraa_spi_transfer_buf()
[all …]
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcModule.cpp42 static int hwc_prepare(struct hwc_composer_device_1 *dev, in hwc_prepare()
54 static int hwc_set(struct hwc_composer_device_1 *dev, in hwc_set()
66 static void hwc_dump(struct hwc_composer_device_1 *dev, in hwc_dump()
74 void hwc_registerProcs(struct hwc_composer_device_1 *dev, in hwc_registerProcs()
81 static int hwc_device_close(struct hw_device_t *dev) in hwc_device_close()
88 static int hwc_query(struct hwc_composer_device_1 *dev, in hwc_query()
96 static int hwc_eventControl(struct hwc_composer_device_1 *dev, in hwc_eventControl()
120 static int hwc_blank(hwc_composer_device_1_t *dev, int disp, int blank) in hwc_blank()
132 static int hwc_getDisplayConfigs(hwc_composer_device_1_t *dev, in hwc_getDisplayConfigs()
147 static int hwc_getDisplayAttributes(hwc_composer_device_1_t *dev, in hwc_getDisplayAttributes()
[all …]
/hardware/bsp/intel/peripheral/libmraa/src/aio/
Daio.c38 aio_get_valid_fp(mraa_aio_context dev) in aio_get_valid_fp()
61 mraa_aio_context dev = calloc(1, sizeof(struct _aio)); in mraa_aio_init_internal() local
83 mraa_aio_context dev = mraa_aio_init_internal(plat->adv_func); in mraa_aio_init() local
138 mraa_aio_read(mraa_aio_context dev) in mraa_aio_read()
182 mraa_aio_read_float(mraa_aio_context dev) in mraa_aio_read_float()
196 mraa_aio_close(mraa_aio_context dev) in mraa_aio_close()
208 mraa_aio_set_bit(mraa_aio_context dev, int bits) in mraa_aio_set_bit()
219 mraa_aio_get_bit(mraa_aio_context dev) in mraa_aio_get_bit()
/hardware/libhardware/modules/nfc-nci/
Dnfc_nci_example.c28 static int hal_open(const struct nfc_nci_device *dev, in hal_open()
34 static int hal_write(const struct nfc_nci_device *dev, in hal_write()
40 static int hal_core_initialized(const struct nfc_nci_device *dev, in hal_core_initialized()
46 static int hal_pre_discover(const struct nfc_nci_device *dev) { in hal_pre_discover()
51 static int hal_close(const struct nfc_nci_device *dev) { in hal_close()
73 static int nfc_close(hw_device_t *dev) { in nfc_close()
81 nfc_nci_device_t *dev = calloc(1, sizeof(nfc_nci_device_t)); in nfc_open() local
/hardware/bsp/intel/peripheral/libmraa/src/iio/
Diio.c56 mraa_iio_read_size(mraa_iio_context dev) in mraa_iio_read_size()
62 mraa_iio_get_channels(mraa_iio_context dev) in mraa_iio_get_channels()
68 mraa_iio_get_channel_count(mraa_iio_context dev) in mraa_iio_get_channel_count()
74 mraa_iio_get_channel_data(mraa_iio_context dev) in mraa_iio_get_channel_data()
182 mraa_iio_get_device_name(mraa_iio_context dev) in mraa_iio_get_device_name()
215 mraa_iio_read_float(mraa_iio_context dev, const char* attr_name, float* data) in mraa_iio_read_float()
228 mraa_iio_read_int(mraa_iio_context dev, const char* attr_name, int* data) in mraa_iio_read_int()
240 mraa_iio_read_string(mraa_iio_context dev, const char* attr_name, char* data, int max_len) in mraa_iio_read_string()
257 mraa_iio_write_float(mraa_iio_context dev, const char* attr_name, const float data) in mraa_iio_write_float()
265 mraa_iio_write_int(mraa_iio_context dev, const char* attr_name, const int data) in mraa_iio_write_int()
[all …]
/hardware/bsp/intel/peripheral/libmraa/src/i2c/
Di2c.c79 mraa_i2c_context dev = (mraa_i2c_context) calloc(1, sizeof(struct _i2c)); in mraa_i2c_init_internal() local
194 mraa_i2c_frequency(mraa_i2c_context dev, mraa_i2c_mode_t mode) in mraa_i2c_frequency()
203 mraa_i2c_read(mraa_i2c_context dev, uint8_t* data, int length) in mraa_i2c_read()
220 mraa_i2c_read_byte(mraa_i2c_context dev) in mraa_i2c_read_byte()
233 mraa_i2c_read_byte_data(mraa_i2c_context dev, uint8_t command) in mraa_i2c_read_byte_data()
246 mraa_i2c_read_word_data(mraa_i2c_context dev, uint8_t command) in mraa_i2c_read_word_data()
259 mraa_i2c_read_bytes_data(mraa_i2c_context dev, uint8_t command, uint8_t* data, int length) in mraa_i2c_read_bytes_data()
282 mraa_i2c_write(mraa_i2c_context dev, const uint8_t* data, int length) in mraa_i2c_write()
305 mraa_i2c_write_byte(mraa_i2c_context dev, const uint8_t data) in mraa_i2c_write_byte()
319 mraa_i2c_write_byte_data(mraa_i2c_context dev, const uint8_t data, const uint8_t command) in mraa_i2c_write_byte_data()
[all …]
/hardware/bsp/intel/peripheral/libmraa/src/gpio/
Dgpio.c43 mraa_gpio_get_valfp(mraa_gpio_context dev) in mraa_gpio_get_valfp()
65 mraa_gpio_context dev = (mraa_gpio_context) calloc(1, sizeof(struct _gpio)); in mraa_gpio_init_internal() local
270 mraa_gpio_context dev = (mraa_gpio_context) arg; in mraa_gpio_interrupt_handler() local
409 mraa_gpio_edge_mode(mraa_gpio_context dev, mraa_gpio_edge_t mode) in mraa_gpio_edge_mode()
458 mraa_gpio_isr(mraa_gpio_context dev, mraa_gpio_edge_t mode, void (*fptr)(void*), void* args) in mraa_gpio_isr()
487 mraa_gpio_isr_exit(mraa_gpio_context dev) in mraa_gpio_isr_exit()
531 mraa_gpio_mode(mraa_gpio_context dev, mraa_gpio_mode_t mode) in mraa_gpio_mode()
588 mraa_gpio_dir(mraa_gpio_context dev, mraa_gpio_dir_t dir) in mraa_gpio_dir()
658 mraa_gpio_read(mraa_gpio_context dev) in mraa_gpio_read()
689 mraa_gpio_write(mraa_gpio_context dev, int value) in mraa_gpio_write()
[all …]
/hardware/bsp/intel/peripheral/libmraa/src/usb/
Dftdi_ft4222.c277 mraa_ftdi_ft4222_i2c_context_read(mraa_i2c_context dev, uint8_t* data, int length) in mraa_ftdi_ft4222_i2c_context_read()
286 mraa_ftdi_ft4222_i2c_context_write(mraa_i2c_context dev, uint8_t* data, int length) in mraa_ftdi_ft4222_i2c_context_write()
327 mraa_ftdi_ft4222_i2c_init_bus_replace(mraa_i2c_context dev) in mraa_ftdi_ft4222_i2c_init_bus_replace()
353 mraa_ftdi_ft4222_i2c_frequency(mraa_i2c_context dev, mraa_i2c_mode_t mode) in mraa_ftdi_ft4222_i2c_frequency()
371 mraa_ftdi_ft4222_i2c_address(mraa_i2c_context dev, uint8_t addr) in mraa_ftdi_ft4222_i2c_address()
379 mraa_ftdi_ft4222_i2c_read(mraa_i2c_context dev, uint8_t* data, int length) in mraa_ftdi_ft4222_i2c_read()
385 mraa_ftdi_ft4222_i2c_read_byte(mraa_i2c_context dev) in mraa_ftdi_ft4222_i2c_read_byte()
396 mraa_ftdi_ft4222_i2c_read_word_data(mraa_i2c_context dev, uint8_t command) in mraa_ftdi_ft4222_i2c_read_word_data()
409 mraa_ftdi_ft4222_i2c_read_bytes_data(mraa_i2c_context dev, uint8_t command, uint8_t* data, int leng… in mraa_ftdi_ft4222_i2c_read_bytes_data()
418 mraa_ftdi_ft4222_i2c_write(mraa_i2c_context dev, const uint8_t* data, int bytesToWrite) in mraa_ftdi_ft4222_i2c_write()
[all …]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcModule.cpp46 static int hwc_prepare(struct hwc_composer_device_1 *dev, in hwc_prepare()
59 static int hwc_set(struct hwc_composer_device_1 *dev, in hwc_set()
72 static void hwc_dump(struct hwc_composer_device_1 *dev, in hwc_dump()
80 void hwc_registerProcs(struct hwc_composer_device_1 *dev, in hwc_registerProcs()
102 static int hwc_eventControl(struct hwc_composer_device_1 *dev, in hwc_eventControl()
127 static int hwc_getDisplayConfigs(hwc_composer_device_1_t *dev, in hwc_getDisplayConfigs()
143 static int hwc_getDisplayAttributes(hwc_composer_device_1_t *dev, in hwc_getDisplayAttributes()
160 static int hwc_compositionComplete(hwc_composer_device_1_t *dev, int disp) in hwc_compositionComplete()
173 static int hwc_setPowerMode(hwc_composer_device_1_t *dev, int disp, int mode) in hwc_setPowerMode()
186 static int hwc_getActiveConfig(hwc_composer_device_1_t *dev, int disp) in hwc_getActiveConfig()
[all …]
/hardware/qcom/display/msm8909/liblight/
Dlights.c118 set_light_backlight(struct light_device_t* dev, in set_light_backlight()
133 set_speaker_light_locked(struct light_device_t* dev, in set_speaker_light_locked()
206 handle_speaker_battery_locked(struct light_device_t* dev) in handle_speaker_battery_locked()
216 set_light_battery(struct light_device_t* dev, in set_light_battery()
227 set_light_notifications(struct light_device_t* dev, in set_light_notifications()
238 set_light_attention(struct light_device_t* dev, in set_light_attention()
253 set_light_buttons(struct light_device_t* dev, in set_light_buttons()
267 set_light_bluetooth(struct light_device_t* dev, in set_light_bluetooth()
282 close_lights(struct light_device_t *dev) in close_lights()
321 struct light_device_t *dev = malloc(sizeof(struct light_device_t)); in open_lights() local
/hardware/qcom/display/msm8994/liblight/
Dlights.c115 set_light_backlight(struct light_device_t* dev, in set_light_backlight()
130 set_speaker_light_locked(struct light_device_t* dev, in set_speaker_light_locked()
194 handle_speaker_battery_locked(struct light_device_t* dev) in handle_speaker_battery_locked()
204 set_light_battery(struct light_device_t* dev, in set_light_battery()
215 set_light_notifications(struct light_device_t* dev, in set_light_notifications()
226 set_light_attention(struct light_device_t* dev, in set_light_attention()
241 set_light_buttons(struct light_device_t* dev, in set_light_buttons()
256 close_lights(struct light_device_t *dev) in close_lights()
293 struct light_device_t *dev = malloc(sizeof(struct light_device_t)); in open_lights() local
/hardware/qcom/display/msm8996/liblight/
Dlights.c115 set_light_backlight(struct light_device_t* dev, in set_light_backlight()
130 set_speaker_light_locked(struct light_device_t* dev, in set_speaker_light_locked()
203 handle_speaker_battery_locked(struct light_device_t* dev) in handle_speaker_battery_locked()
213 set_light_battery(struct light_device_t* dev, in set_light_battery()
224 set_light_notifications(struct light_device_t* dev, in set_light_notifications()
235 set_light_attention(struct light_device_t* dev, in set_light_attention()
250 set_light_buttons(struct light_device_t* dev, in set_light_buttons()
265 close_lights(struct light_device_t *dev) in close_lights()
302 struct light_device_t *dev = malloc(sizeof(struct light_device_t)); in open_lights() local
/hardware/qcom/display/msm8226/liblight/
Dlights.c114 set_light_backlight(struct light_device_t* dev, in set_light_backlight()
129 set_speaker_light_locked(struct light_device_t* dev, in set_speaker_light_locked()
193 handle_speaker_battery_locked(struct light_device_t* dev) in handle_speaker_battery_locked()
203 set_light_battery(struct light_device_t* dev, in set_light_battery()
214 set_light_notifications(struct light_device_t* dev, in set_light_notifications()
225 set_light_attention(struct light_device_t* dev, in set_light_attention()
240 set_light_buttons(struct light_device_t* dev, in set_light_buttons()
255 close_lights(struct light_device_t *dev) in close_lights()
292 struct light_device_t *dev = malloc(sizeof(struct light_device_t)); in open_lights() local
/hardware/qcom/display/msm8084/liblight/
Dlights.c114 set_light_backlight(struct light_device_t* dev, in set_light_backlight()
129 set_speaker_light_locked(struct light_device_t* dev, in set_speaker_light_locked()
187 handle_speaker_battery_locked(struct light_device_t* dev) in handle_speaker_battery_locked()
197 set_light_notifications(struct light_device_t* dev, in set_light_notifications()
208 set_light_attention(struct light_device_t* dev, in set_light_attention()
223 set_light_buttons(struct light_device_t* dev, in set_light_buttons()
238 close_lights(struct light_device_t *dev) in close_lights()
273 struct light_device_t *dev = malloc(sizeof(struct light_device_t)); in open_lights() local
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc.cpp68 static void hwc_registerProcs(struct hwc_composer_device_1* dev, in hwc_registerProcs()
136 static int hwc_prepare_primary(hwc_composer_device_1 *dev, in hwc_prepare_primary()
165 static int hwc_prepare_external(hwc_composer_device_1 *dev, in hwc_prepare_external()
201 static int hwc_prepare_virtual(hwc_composer_device_1 *dev, in hwc_prepare_virtual()
207 static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays, in hwc_prepare()
242 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
269 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank) in hwc_blank()
327 static int hwc_query(struct hwc_composer_device_1* dev, in hwc_query()
458 static int hwc_set(hwc_composer_device_1 *dev, in hwc_set()
489 int hwc_getDisplayConfigs(struct hwc_composer_device_1* dev, int disp, in hwc_getDisplayConfigs()
[all …]
/hardware/qcom/audio/legacy/alsa_sound/
Dacoustics_default.cpp53 acoustic_device_t *dev; in s_device_open() local
82 static status_t s_use_handle(acoustic_device_t *dev, alsa_handle_t *h) in s_use_handle()
87 static status_t s_cleanup(acoustic_device_t *dev) in s_cleanup()
93 static status_t s_set_params(acoustic_device_t *dev, in s_set_params()
/hardware/qcom/display/msm8996/hdmi_cec/
Dqhdmi_cec.cpp162 static int cec_add_logical_address(const struct hdmi_cec_device* dev, in cec_add_logical_address()
179 static void cec_clear_logical_address(const struct hdmi_cec_device* dev) in cec_clear_logical_address()
189 static int cec_get_physical_address(const struct hdmi_cec_device* dev, in cec_get_physical_address()
206 static int cec_send_message(const struct hdmi_cec_device* dev, in cec_send_message()
317 static void cec_register_event_callback(const struct hdmi_cec_device* dev, in cec_register_event_callback()
326 static void cec_get_version(const struct hdmi_cec_device* dev, int* version) in cec_get_version()
333 static void cec_get_vendor_id(const struct hdmi_cec_device* dev, in cec_get_vendor_id()
341 static void cec_get_port_info(const struct hdmi_cec_device* dev, in cec_get_port_info()
350 static void cec_set_option(const struct hdmi_cec_device* dev, int flag, in cec_set_option()
371 static void cec_set_audio_return_channel(const struct hdmi_cec_device* dev, in cec_set_audio_return_channel()
[all …]
/hardware/libhardware/modules/audio/
Daudio_hw.c290 static int adev_open_output_stream(struct audio_hw_device *dev, in adev_open_output_stream()
335 static void adev_close_output_stream(struct audio_hw_device *dev, in adev_close_output_stream()
342 static int adev_set_parameters(struct audio_hw_device *dev, const char *kvpairs) in adev_set_parameters()
348 static char * adev_get_parameters(const struct audio_hw_device *dev, in adev_get_parameters()
355 static int adev_init_check(const struct audio_hw_device *dev) in adev_init_check()
361 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) in adev_set_voice_volume()
367 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) in adev_set_master_volume()
373 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume) in adev_get_master_volume()
379 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute()
385 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute()
[all …]
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc.cpp78 static void hwc_registerProcs(struct hwc_composer_device_1* dev, in hwc_registerProcs()
258 static int hwc_prepare_primary(hwc_composer_device_1 *dev, in hwc_prepare_primary()
316 static int hwc_prepare_external(hwc_composer_device_1 *dev, in hwc_prepare_external()
351 static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays, in hwc_prepare()
404 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
439 static int hwc_setPowerMode(struct hwc_composer_device_1* dev, int dpy, in hwc_setPowerMode()
541 static void reset_panel(struct hwc_composer_device_1* dev) in reset_panel()
571 static int hwc_query(struct hwc_composer_device_1* dev, in hwc_query()
736 static int hwc_set(hwc_composer_device_1 *dev, in hwc_set()
769 int hwc_getDisplayConfigs(struct hwc_composer_device_1* dev, int disp, in hwc_getDisplayConfigs()
[all …]
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc.cpp76 static void hwc_registerProcs(struct hwc_composer_device_1* dev, in hwc_registerProcs()
252 static void hwc_configure_color_temp(hwc_composer_device_1* dev) { in hwc_configure_color_temp()
280 static int hwc_prepare_primary(hwc_composer_device_1 *dev, in hwc_prepare_primary()
334 static int hwc_prepare_external(hwc_composer_device_1 *dev, in hwc_prepare_external()
369 static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays, in hwc_prepare()
422 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
453 static int hwc_setPowerMode(struct hwc_composer_device_1* dev, int dpy, in hwc_setPowerMode()
554 static void reset_panel(struct hwc_composer_device_1* dev) in reset_panel()
584 static int hwc_query(struct hwc_composer_device_1* dev, in hwc_query()
750 static int hwc_set(hwc_composer_device_1 *dev, in hwc_set()
[all …]
/hardware/qcom/display/msm8996/libgralloc/
Dframebuffer.cpp57 static int fb_setSwapInterval(struct framebuffer_device_t* dev, in fb_setSwapInterval()
77 static int fb_post(struct framebuffer_device_t* dev, buffer_handle_t buffer) in fb_post()
96 static int fb_compositionComplete(struct framebuffer_device_t* dev) in fb_compositionComplete()
107 int mapFrameBufferLocked(framebuffer_device_t *dev) in mapFrameBufferLocked()
365 static int mapFrameBuffer(framebuffer_device_t *dev) in mapFrameBuffer()
383 static int fb_close(struct hw_device_t *dev) in fb_close()
410 fb_context_t *dev = (fb_context_t*)malloc(sizeof(*dev)); in fb_device_open() local
/hardware/qcom/display/msm8909/libgralloc/
Dframebuffer.cpp57 static int fb_setSwapInterval(struct framebuffer_device_t* dev, in fb_setSwapInterval()
77 static int fb_post(struct framebuffer_device_t* dev, buffer_handle_t buffer) in fb_post()
96 static int fb_compositionComplete(struct framebuffer_device_t* dev) in fb_compositionComplete()
107 int mapFrameBufferLocked(framebuffer_device_t *dev) in mapFrameBufferLocked()
365 static int mapFrameBuffer(framebuffer_device_t *dev) in mapFrameBuffer()
383 static int fb_close(struct hw_device_t *dev) in fb_close()
410 fb_context_t *dev = (fb_context_t*)malloc(sizeof(*dev)); in fb_device_open() local

1234567