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

  /external/bluetooth/bluedroid/btif/src/
btif_core.c 874 uint32_t num_props; local
882 num_props = 0;
885 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR,
887 btif_storage_get_adapter_property(&properties[num_props]);
888 num_props++;
891 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME,
893 btif_storage_get_adapter_property(&properties[num_props]);
894 num_props++;
897 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE,
899 btif_storage_get_adapter_property(&properties[num_props]);
929 uint32_t num_props = 0; local
    [all...]
btif_storage.c 832 uint32_t num_props = 0; local
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_common.h 183 void btif_adapter_properties_evt(bt_status_t status, uint32_t num_props, bt_property_t *p_props);
185 uint32_t num_props, bt_property_t *p_props);
  /frameworks/native/cmds/dumpstate/
utils.c 315 size_t num_props = 0; variable
320 if (num_props < sizeof(props) / sizeof(props[0])) {
323 props[num_props++] = strdup(buf);
334 num_props = 0;
336 qsort(&props, num_props, sizeof(props[0]), compare_prop);
339 for (i = 0; i < num_props; ++i) {
  /external/chromium_org/v8/test/cctest/
test-api.cc 2638 int num_props = obj->GetPropertyNames()->Length(); local
    [all...]

Completed in 252 milliseconds