Searched refs:mPriority (Results 1 – 4 of 4) sorted by relevance
36 : mLogTag(logTag), mPriority(priority) {} in AndroidOut()40 __android_log_print(mPriority, mLogTag, "%s", str().c_str()); in sync()48 android_LogPriority mPriority; variable
92 private int mPriority = NOT_UNDER_TEST; field in BleConnectionPriorityClientService170 mPriority = priority; in myRequestConnectionPriority()171 mBluetoothGatt.requestConnectionPriority(mPriority); in myRequestConnectionPriority()259 if (mPriority == NOT_UNDER_TEST) return;268 if (mPriority == BluetoothGatt.CONNECTION_PRIORITY_LOW_POWER) {271 } else if (mPriority == BluetoothGatt.CONNECTION_PRIORITY_BALANCED) {274 } else if (mPriority == BluetoothGatt.CONNECTION_PRIORITY_HIGH) {290 mPriority = NOT_UNDER_TEST;
329 String mPriority = null;
227 private int mPriority; field in OpenGLESActivity.PriorityContextFactory231 mPriority = priorityAttribute; in PriorityContextFactory()238 highPerf ? mPriority : EGL10.EGL_NONE, EGL10.EGL_NONE }; in createContext()