OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_props
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/dumpstate/
utils.c
313
size_t
num_props
= 0;
variable
318
if (
num_props
< sizeof(props) / sizeof(props[0])) {
321
props[
num_props
++] = strdup(buf);
332
num_props
= 0;
334
qsort(&props,
num_props
, sizeof(props[0]), compare_prop);
337
for (i = 0; i <
num_props
; ++i) {
/external/bluetooth/bluedroid/btif/src/
btif_core.c
873
uint32_t
num_props
;
local
881
num_props
= 0;
884
BTIF_STORAGE_FILL_PROPERTY(&properties[
num_props
], BT_PROPERTY_BDADDR,
886
btif_storage_get_adapter_property(&properties[
num_props
]);
887
num_props
++;
890
BTIF_STORAGE_FILL_PROPERTY(&properties[
num_props
], BT_PROPERTY_BDNAME,
892
btif_storage_get_adapter_property(&properties[
num_props
]);
893
num_props
++;
896
BTIF_STORAGE_FILL_PROPERTY(&properties[
num_props
], BT_PROPERTY_ADAPTER_SCAN_MODE,
898
btif_storage_get_adapter_property(&properties[
num_props
]);
928
uint32_t
num_props
= 0;
local
[
all
...]
btif_storage.c
826
uint32_t
num_props
= 0;
local
[
all
...]
Completed in 2528 milliseconds