OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:array_val
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/
android_bluetooth_common.cpp
97
char **
array_val
;
member in union:android::__anon16812
612
value->
array_val
= NULL;
630
value->
array_val
= tmp;
666
prop_val = value->
array_val
;
729
&& values[i].value.
array_val
!= NULL)
730
free(values[i].value.
array_val
);
741
&& values[i].value.
array_val
!= NULL)
742
free(values[i].value.
array_val
);
770
if (properties[prop_index].type == DBUS_TYPE_ARRAY && value.
array_val
!= NULL)
771
free(value.
array_val
);
[
all
...]
Completed in 87 milliseconds