HomeSort by relevance Sort by last modified time
    Searched refs:num_props (Results 1 - 5 of 5) sorted by null

  /system/bt/btif/src/
btif_core.c 704 uint32_t num_props; local
712 num_props = 0;
715 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR,
717 btif_storage_get_adapter_property(&properties[num_props]);
718 num_props++;
721 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME,
723 btif_storage_get_adapter_property(&properties[num_props]);
724 num_props++;
727 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE,
729 btif_storage_get_adapter_property(&properties[num_props]);
759 uint32_t num_props = 0; local
    [all...]
btif_storage.c 849 uint32_t num_props = 0; local
    [all...]
  /system/bt/btif/include/
btif_common.h 213 void btif_adapter_properties_evt(bt_status_t status, uint32_t num_props, bt_property_t *p_props);
215 uint32_t num_props, bt_property_t *p_props);
  /frameworks/native/cmds/dumpstate/
utils.cpp 882 size_t num_props = 0; variable
887 if (num_props < sizeof(props) / sizeof(props[0])) {
890 props[num_props++] = strdup(buf);
905 num_props = 0;
907 qsort(&props, num_props, sizeof(props[0]), compare_prop);
909 for (i = 0; i < num_props; ++i) {
    [all...]
  /external/v8/test/cctest/
test-api.cc 2637 unsigned num_props = local
2787 unsigned num_props = local
2881 unsigned num_props = local
    [all...]

Completed in 1109 milliseconds