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

  /external/bluetooth/bluez/test/
btiotest.c 37 struct io_data { struct
46 static void io_data_unref(struct io_data *data)
59 static struct io_data *io_data_ref(struct io_data *data)
65 static struct io_data *io_data_new(GIOChannel *io, BtIOType type, gint reject,
68 struct io_data *data;
70 data = g_new0(struct io_data, 1);
88 struct io_data *data = user_data;
99 struct io_data *data = user_data;
163 struct io_data *data = user_data
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 260 ProfileIOData::ResourceContext::ResourceContext(const ProfileIOData* io_data)
261 : io_data_(io_data) {
262 DCHECK(io_data);
profile_io_data.h 170 explicit ResourceContext(const ProfileIOData* io_data);

Completed in 5110 milliseconds