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

  /hardware/libhardware/include/hardware/
bluetooth.h 260 int num_properties,
265 * multiple properties - num_properties shall be 1
269 int num_properties,
275 typedef void (*device_found_callback)(int num_properties,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 90 static int get_properties(int num_properties, bt_property_t *properties, jintArray *types,
93 for (int i = 0; i < num_properties; i++) {
111 static void adapter_properties_callback(bt_status_t status, int num_properties,
123 ALOGV("%s: Status is: %d, Properties: %d", __FUNCTION__, status, num_properties);
130 val = (jbyteArray) callbackEnv->NewByteArray(num_properties);
141 props = callbackEnv->NewObjectArray(num_properties, mclass,
148 types = (jintArray)callbackEnv->NewIntArray(num_properties);
158 if (get_properties(num_properties, properties, &types, &props) < 0) {
174 int num_properties, bt_property_t *properties) {
180 ALOGV("%s: Status is: %d, Properties: %d", __FUNCTION__, status, num_properties);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 356 int num_properties = 0; local
369 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
371 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
373 num_properties++;
383 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
385 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
387 num_properties++;
391 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
393 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
395 num_properties++
984 uint32_t num_properties = 0; local
    [all...]
btif_storage.c 729 uint32_t num_properties,
735 for (i=0; i < num_properties; i++)
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 109 uint32_t num_properties,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 285 unsigned short num_properties; member in struct:_XkbGeometry
310 unsigned short num_properties; member in struct:_XkbGeometrySizes
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 285 unsigned short num_properties; member in struct:_XkbGeometry
310 unsigned short num_properties; member in struct:_XkbGeometrySizes
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 285 unsigned short num_properties; member in struct:_XkbGeometry
310 unsigned short num_properties; member in struct:_XkbGeometrySizes

Completed in 115 milliseconds