Searched defs:num_props (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c893 uint32_t num_props; local
901 num_props = 0;
904 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR,
906 btif_storage_get_adapter_property(&properties[num_props]);
907 num_props++;
910 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME,
912 btif_storage_get_adapter_property(&properties[num_props]);
913 num_props++;
916 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE,
918 btif_storage_get_adapter_property(&properties[num_props]);
948 uint32_t num_props = 0; local
1116 btif_adapter_properties_evt(bt_status_t status, uint32_t num_props, bt_property_t *p_props) argument
1123 btif_remote_properties_evt(bt_status_t status, bt_bdaddr_t *remote_addr, uint32_t num_props, bt_property_t *p_props) argument
[all...]
H A Dbtif_storage.c841 uint32_t num_props = 0; local
860 adapter_props[num_props]);
861 num_props++;
865 adapter_props[num_props]);
866 num_props++;
874 adapter_props[num_props].type = BT_PROPERTY_ADAPTER_SCAN_MODE;
875 adapter_props[num_props].len = sizeof(mode);
876 adapter_props[num_props].val = &mode;
877 num_props++;
882 adapter_props[num_props]);
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc2874 int num_props = obj->GetPropertyNames()->Length(); local
2878 CHECK_EQ(num_props + 1, obj->GetPropertyNames()->Length());
2964 int num_props = obj->GetPropertyNames()->Length(); local
2968 CHECK_EQ(num_props + 1, obj->GetPropertyNames()->Length());

Completed in 223 milliseconds