Searched defs:nn (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dtransport_local.cpp439 int nn; local
441 for (nn = 0; nn < ADB_LOCAL_TRANSPORT_MAX; nn++) {
442 if (local_transports[nn] == t) {
443 local_transports[nn] = NULL;
/system/bt/stack/smp/
H A Daes.cc355 static void copy_block_nn(void* d, const void* s, uint_8t nn) { argument
356 while (nn--) *((uint_8t*)d)++ = *((uint_8t*)s)++;

Completed in 70 milliseconds