Searched refs:l_buffer (Results 1 – 2 of 2) sorted by relevance
56 void *l_buffer = NULL; in buffer_allocate() local91 l_buffer = mmap(NULL, p_buffer->alloc.len, PROT_READ | PROT_WRITE, in buffer_allocate()94 if (l_buffer == MAP_FAILED) { in buffer_allocate()100 return l_buffer; in buffer_allocate()
386 char l_buffer[64]; in adnc_strm_read() local389 cx = snprintf(l_buffer, sizeof(l_buffer), "/data/data/adnc_dump_%x", in adnc_strm_read()392 out_fp = fopen(l_buffer, "ab"); in adnc_strm_read()394 ALOGD("Dumping to adnc_dump:%s", l_buffer); in adnc_strm_read()