Searched refs:MAX_LENGTH (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/power/ |
D | power.c | 36 #define MAX_LENGTH 50 macro 67 char data[MAX_LENGTH]; in sync_thread() 77 snprintf(data, MAX_LENGTH, "2:%d", client); in sync_thread() 80 snprintf(data, MAX_LENGTH, "3:%d", client); in sync_thread() 93 char data[MAX_LENGTH]; in enc_boost() 103 snprintf(data, MAX_LENGTH, "5:%d", client); in enc_boost() 106 snprintf(data, MAX_LENGTH, "6:%d", client); in enc_boost() 150 char data[MAX_LENGTH]; in touch_boost() 159 snprintf(data, MAX_LENGTH, "1:%d", client); in touch_boost()
|