Searched defs:mInstance (Results 26 - 29 of 29) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java182 protected int mInstance; field in class:BluetoothGattCharacteristic
261 mInstance = instanceId;
284 out.writeInt(mInstance);
305 mInstance = in.readInt();
392 return mInstance;
400 mInstance = instanceId;
/frameworks/native/cmds/flatland/
H A DMain.cpp381 mInstance(instance),
394 float scaleFactor = float(mDesc.runHeights[mInstance]) /
397 uint32_t h = mDesc.runHeights[mInstance];
569 const size_t mInstance; member in class:BenchmarkRunner
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.h219 static Module *mInstance; member in class:android::spirit::Module
H A Dmodule.cpp30 Module *Module::mInstance = nullptr; member in class:android::spirit::Module
33 if (mInstance == nullptr) {
34 return mInstance = new Module();
36 return mInstance;
46 mInstance = this;
56 mInstance = this;

Completed in 135 milliseconds

12