Searched refs:MAX_LENGTH (Results 1 – 3 of 3) sorted by relevance
/device/moto/shamu/power/ |
D | power_shamu.c | 42 #define MAX_LENGTH 50 macro 72 char data[MAX_LENGTH]; in coresonline() 82 snprintf(data, MAX_LENGTH, "8:%d", client); in coresonline() 85 snprintf(data, MAX_LENGTH, "7:%d", client); in coresonline() 98 char data[MAX_LENGTH]; in enc_boost() 108 snprintf(data, MAX_LENGTH, "5:%d", client); in enc_boost() 112 snprintf(data, MAX_LENGTH, "6:%d", client); in enc_boost() 155 char data[MAX_LENGTH]; in touch_boost() 156 char buf[MAX_LENGTH]; in touch_boost() 165 snprintf(data, MAX_LENGTH, "1:%d", client); in touch_boost() [all …]
|
/device/asus/flo/power/ |
D | power_flo.c | 43 #define MAX_LENGTH 50 macro 217 char data[MAX_LENGTH]; in sync_thread() 227 snprintf(data, MAX_LENGTH, "2:%d", client); in sync_thread() 231 snprintf(data, MAX_LENGTH, "3:%d", client); in sync_thread() 245 char data[MAX_LENGTH]; in enc_boost() 255 snprintf(data, MAX_LENGTH, "5:%d", client); in enc_boost() 259 snprintf(data, MAX_LENGTH, "6:%d", client); in enc_boost() 304 char data[MAX_LENGTH]; in touch_boost() 313 snprintf(data, MAX_LENGTH, "1:%d", client); in touch_boost()
|
/device/lge/hammerhead/power/ |
D | power_hammerhead.c | 43 #define MAX_LENGTH 50 macro 217 char data[MAX_LENGTH]; in sync_thread() 227 snprintf(data, MAX_LENGTH, "2:%d", client); in sync_thread() 231 snprintf(data, MAX_LENGTH, "3:%d", client); in sync_thread() 245 char data[MAX_LENGTH]; in enc_boost() 255 snprintf(data, MAX_LENGTH, "5:%d", client); in enc_boost() 259 snprintf(data, MAX_LENGTH, "6:%d", client); in enc_boost() 304 char data[MAX_LENGTH]; in touch_boost() 313 snprintf(data, MAX_LENGTH, "1:%d", client); in touch_boost()
|