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 885 uint32_t num_props; local
893 num_props = 0;
896 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR,
898 btif_storage_get_adapter_property(&properties[num_props]);
899 num_props++;
902 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME,
904 btif_storage_get_adapter_property(&properties[num_props]);
905 num_props++;
908 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE,
910 btif_storage_get_adapter_property(&properties[num_props]);
940 uint32_t num_props = 0; local
    [all...]
btif_storage.c 831 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 2754 int num_props = obj->GetPropertyNames()->Length(); local
2812 int num_props = obj->GetPropertyNames()->Length(); local
    [all...]

Completed in 325 milliseconds