OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arr_len
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/jni/filters/
geometry.c
55
int
arr_len
= dstWidth * dstHeight * sizeof(char) * 4;
local
56
char* temp = (char *) malloc(
arr_len
);
/packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp
1069
uint16_t
arr_len
= (uint16_t) env->GetArrayLength(manufacturerData);
local
[
all
...]
Completed in 451 milliseconds