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

  /external/bluetooth/bluez/src/
dbus-common.c 52 static void append_variant(DBusMessageIter *iter, int type, void *val) function
110 append_variant(&entry, type, val);
151 append_variant(&iter, type, value);
  /frameworks/base/core/jni/
android_bluetooth_common.h 175 void append_variant(DBusMessageIter *iter, int type, void *val);
android_bluetooth_common.cpp 506 void append_variant(DBusMessageIter *iter, int type, void *val) function in namespace:android
523 append_variant(&dict_entry, type, val);
android_server_BluetoothService.cpp 799 append_variant(&iter, type, value);
867 append_variant(&iter, type, value);
    [all...]

Completed in 49 milliseconds