Home
last modified time | relevance | path

Searched refs:mId (Results 1 – 8 of 8) sorted by relevance

/system/chre/platform/linux/task_util/
Dtask.cc28 mId(id), in Task()
35 mId(rhs.mId), in Task()
49 std::swap(mId, rhsCopy.mId); in operator =()
/system/chre/platform/linux/include/chre/platform/linux/task_util/
Dtask.h47 mId(0), in Task()
100 return mId; in getId()
173 uint32_t mId; variable
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubNanoAppRequirementsTestExecutor.java66 private final int mId; field in ContextHubNanoAppRequirementsTestExecutor.ChreAudioDataFormat
69 mId = id; in ChreAudioDataFormat()
78 return mId; in getId()
/system/tools/hidl/c2hal/
DExpression.cpp206 : mId(id), mSubscript(subscript) in ArraySubscript()
216 return mId + "[" + mSubscript->toString(atomCase) + "]"; in toString()
220 std::string mId; member
228 : mId(id), mArgs(args) in FunctionCall()
243 std::string out = mId + "("; in toString()
259 std::string mId; member
/system/vold/model/
DDisk.h64 const std::string& getId() const { return mId; } in getId()
96 std::string mId;
DVolumeBase.h88 const std::string& getId() const { return mId; } in getId()
145 std::string mId;
DDisk.cpp101 mId = StringPrintf("disk:%u,%u", major(device), minor(device)); in Disk()
104 mDevPath = StringPrintf("/dev/block/vold/%s", mId.c_str()); in Disk()
414 LOG(WARNING) << mId << " has unknown partition table; trying entire device"; in readPartitions()
421 LOG(WARNING) << mId << " failed to identify, giving up"; in readPartitions()
DVolumeBase.cpp113 mId = id; in setId()
289 return stream << " VolumeBase{id=" << mId << ",mountFlags=" << mMountFlags in operator <<()