/system/core/adb/ |
D | transport_usb.c | 54 static int remote_read(apacket *p, atransport *t) in remote_read() 83 static int remote_write(apacket *p, atransport *t) in remote_write() 102 static void remote_close(atransport *t) in remote_close() 108 static void remote_kick(atransport *t) in remote_kick() 113 void init_usb_transport(atransport *t, usb_handle *h, int state) in init_usb_transport()
|
D | transport.c | 60 kick_transport(atransport* t) in kick_transport() 78 run_transport_disconnects(atransport* t) in run_transport_disconnects() 188 void send_packet(apacket *p, atransport *t) in send_packet() 231 atransport *t = _t; in output_thread() local 287 atransport *t = _t; in input_thread() local 547 atransport *t; in transport_registration_func() local 674 static void transport_unref_locked(atransport *t) in transport_unref_locked() 689 static void transport_unref(atransport *t) in transport_unref() 698 void add_transport_disconnect(atransport* t, adisconnect* dis) in add_transport_disconnect() 708 void remove_transport_disconnect(atransport* t, adisconnect* dis) in remove_transport_disconnect() [all …]
|
D | transport_local.c | 55 static int remote_read(apacket *p, atransport *t) in remote_read() 86 static int remote_write(apacket *p, atransport *t) in remote_write() 207 static void remote_kick(atransport *t) in remote_kick() 229 static void remote_close(atransport *t) in remote_close() 277 int init_socket_transport(atransport *t, int s, int adb_port, int local) in init_socket_transport()
|
D | adb.c | 149 void handle_offline(atransport *t) in handle_offline() 196 static void send_ready(unsigned local, unsigned remote, atransport *t) in send_ready() 206 static void send_close(unsigned local, unsigned remote, atransport *t) in send_close() 216 static void send_connect(atransport *t) in send_connect() 234 static char *connection_state_name(atransport *t) in connection_state_name() 252 void parse_banner(char *banner, atransport *t) in parse_banner() 301 void handle_packet(apacket *p, atransport *t) in handle_packet() 468 static void listener_disconnect(void* _l, atransport* t) in listener_disconnect() 659 time_t t; in start_device_log() local 1164 atransport *t = find_transport(serial); in handle_host_request() local
|
/system/bluetooth/tools/ |
D | pipetest.c | 173 pthread_t t; in do_socketpair_poll1_shutdown2() local 194 pthread_t t; in do_socketpair_poll1_shutdown1() local 215 pthread_t t; in do_socketpair_poll1_close1() local 232 pthread_t t; in do_socketpair_read1_shutdown1() local 292 pthread_t t[MAX_T]; in do_pollin_pollin_pollin_write_pollin_pollin_pollin() local 340 pthread_t t[THREADS]; in do_close_poll_poll_poll() local 358 pthread_t t[THREADS]; in do_close_close_close() local 372 pthread_t t; in pipe_close_w_close_r_repeat() local
|
/system/core/libmincrypt/ |
D | sha.c | 54 int t; in SHA1_Transform() local 62 #define SHA_F1(A,B,C,D,E,t) \ in SHA1_Transform() argument 79 #define SHA_F1(A,B,C,D,E,t) \ in SHA1_Transform() argument 92 #define SHA_F2(A,B,C,D,E,t) \ in SHA1_Transform() argument 108 #define SHA_F3(A,B,C,D,E,t) \ in SHA1_Transform() argument 124 #define SHA_F4(A,B,C,D,E,t) \ in SHA1_Transform() argument 199 int t; in SHA1_transform() local
|
/system/core/toolbox/ |
D | date.c | 13 time_t t; in settime() local 46 time_t t; in date_main() local
|
/system/extras/tests/framebuffer/ |
D | refresh.c | 21 struct timespec t; in systemTime() local 137 int l,t,w,h; in main() local
|
/system/extras/tests/timetest/ |
D | timetest.c | 15 struct timespec t; in nanotime() local 80 struct timespec t, dt; in main() local
|
/system/extras/tests/icachetest/ |
D | icache_main.c | 12 long long t; in main() local
|
/system/core/libpixelflinger/ |
D | clear.cpp | 51 uint32_t l, uint32_t t, uint32_t w, uint32_t h) in memset2d() 100 const uint32_t t = c->state.scissor.top; in ggl_clear() local
|
D | picker.cpp | 137 uint32_t t = 0; in ggl_pick() local
|
/system/extras/tests/bionic/libc/common/ |
D | test_sem_post.c | 59 pthread_t t[MAX_THREADS]; in main() local
|
D | test_semaphore.c | 113 pthread_t t[3]; in main() local
|
D | test_pthread_cleanup_push.c | 88 pthread_t t; in test() local
|
/system/extras/tests/bionic/libc/other/ |
D | test_timer_create.c | 38 time_t t; in handle() local
|
D | test_timer_create2.c | 38 time_t t; in handle() local
|
D | test_timer_create3.c | 45 time_t t; in handle() local
|
/system/extras/tests/bionic/libc/bionic/ |
D | test_cond.c | 76 pthread_t t[2]; in main() local
|
D | test_pthread_cond.c | 69 pthread_t t[4]; in main() local
|
/system/core/sh/ |
D | parser.c | 130 int t; in parsecmd() local 223 int t; in andor() local 294 int t, negate = 0; in command() local 706 int t; in peektoken() local 716 int t; in readtoken() local
|
/system/core/init/ |
D | parser.c | 75 int t = state->nexttoken; in next_token() local
|
/system/extras/tests/memtest/ |
D | memtest.cpp | 46 struct timespec t; in system_time() local 191 nsecs_t t = -system_time(); in memcpy_test() local 306 nsecs_t t = -system_time(); in memset_test() local 448 nsecs_t t = -system_time(); in memcmp_test() local 558 nsecs_t t = -system_time(); in strlen_test() local 701 nsecs_t t = system_time(); in cpufreq_test() local
|
/system/extras/tests/pftest/ |
D | pftest.c | 39 struct timespec t; in stop_watch() local
|
/system/core/libacc/ |
D | acc.cpp | 1060 virtual void li(int t) { in li() 1107 virtual int gjmp(int t) { in gjmp() 1114 virtual int gtst(bool l, int t) { in gtst() 2026 virtual void gsym(int t) { in gsym() 2045 virtual void resolveForward(int t) { in resolveForward() 2267 void liReg(int t, int reg) { in liReg() 2512 virtual int gjmp(int t) { in gjmp() 2517 virtual int gtst(bool l, int t) { in gtst() 2542 int t = decodeOp(op); in gcmp() local 2693 int t = decodeOp(op); in gUnaryCmp() local [all …]
|