Searched refs:mId (Results 1 – 8 of 8) sorted by relevance
/system/chre/platform/linux/task_util/ |
D | task.cc | 28 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/ |
D | task.h | 47 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/ |
D | ContextHubNanoAppRequirementsTestExecutor.java | 66 private final int mId; field in ContextHubNanoAppRequirementsTestExecutor.ChreAudioDataFormat 69 mId = id; in ChreAudioDataFormat() 78 return mId; in getId()
|
/system/tools/hidl/c2hal/ |
D | Expression.cpp | 206 : 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/ |
D | Disk.h | 64 const std::string& getId() const { return mId; } in getId() 96 std::string mId;
|
D | VolumeBase.h | 88 const std::string& getId() const { return mId; } in getId() 145 std::string mId;
|
D | Disk.cpp | 101 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()
|
D | VolumeBase.cpp | 113 mId = id; in setId() 289 return stream << " VolumeBase{id=" << mId << ",mountFlags=" << mMountFlags in operator <<()
|