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

  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapObexAuthenticator.java 31 private boolean mReplied;
43 mReplied = true;
53 mReplied = false;
60 while (!mReplied) {
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 36 mReplied(false) {
44 bool mReplied;
51 if (mReplied) {
55 return mReplied;

Completed in 186 milliseconds