Searched defs:bytes (Results 1 – 8 of 8) sorted by relevance
/device/lge/hammerhead/liblight/ |
D | lights.c | 67 int bytes = snprintf(buffer, sizeof(buffer), "%d\n", value); in write_int() local 88 int bytes = snprintf(buffer, sizeof(buffer), "%d %d\n", on, off); in write_on_off() local
|
/device/htc/flounder/sensor_hub/libsensors/ |
D | SensorBase.cpp | 72 const char *path, const char *value, int bytes) in write_sys_attribute()
|
/device/htc/flounder/lights/ |
D | lights.c | 44 int bytes = snprintf(buffer, 20, "%d\n", value); in write_int() local
|
/device/asus/fugu/libaudio/ |
D | AudioStreamIn.cpp | 254 ssize_t AudioStreamIn::read(void* buffer, size_t bytes) in read()
|
D | audio_hal_thunks.cpp | 184 size_t bytes) in out_write() 336 size_t bytes) in in_read()
|
D | AudioStreamOut.cpp | 574 ssize_t AudioStreamOut::write(const void* buffer, size_t bytes) in write()
|
/device/generic/goldfish/audio/ |
D | audio_hw.c | 184 size_t bytes) in out_write() 336 size_t bytes) in in_read()
|
/device/htc/flounder/audio/hal/ |
D | audio_hw.c | 2980 size_t bytes) in out_write() 3667 size_t bytes) in read_bytes_from_dsp() 3682 size_t bytes) in in_read()
|