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

  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
SymbolResolvers.h 62 void *mAddr;
99 return ((result != NULL) ? result->mAddr : NULL);
  /frameworks/base/core/java/android/net/
InterfaceConfiguration.java 33 private LinkAddress mAddr;
43 builder.append(" mAddr=").append(String.valueOf(mAddr));
84 return mAddr;
88 mAddr = addr;
109 for (byte b : mAddr.getAddress().getAddress()) {
127 if (mAddr != null) {
129 dest.writeParcelable(mAddr, flags);
145 info.mAddr = in.readParcelable(null);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 251 BluetoothDevice device = getDevice(channelStateEvent.mAddr);
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h     [all...]

Completed in 232 milliseconds