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

  /frameworks/native/libs/binder/
IPCThreadState.cpp 122 const binder_transaction_data* btd = local
124 if (btd->target.handle < 1024) {
126 out << "target.desc=" << btd->target.handle;
128 out << "target.ptr=" << btd->target.ptr;
130 out << " (cookie " << btd->cookie << ")" << endl
131 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)(long)btd->flags << endl
132 << "data=" << btd->data.ptr.buffer << " (" << (void*)btd->data_size
134 << "offsets=" << btd->data.ptr.offsets << " (" << (void*)btd->offsets_siz
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 121 const binder_transaction_data* btd = local
123 if (btd->target.handle < 1024) {
125 out << "target.desc=" << btd->target.handle;
127 out << "target.ptr=" << btd->target.ptr;
129 out << " (cookie " << btd->cookie << ")" << endl
130 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)(long)btd->flags << endl
131 << "data=" << btd->data.ptr.buffer << " (" << (void*)btd->data_size
133 << "offsets=" << btd->data.ptr.offsets << " (" << (void*)btd->offsets_siz
    [all...]

Completed in 106 milliseconds