Searched refs:mId (Results 1 – 9 of 9) sorted by relevance
/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 | 57 const std::string& getId() const { return mId; } in getId() 84 std::string mId;
|
D | VolumeBase.h | 81 const std::string& getId() const { return mId; } in getId() 129 std::string mId;
|
D | Disk.cpp | 131 mId = StringPrintf("disk:%u,%u", major(device), minor(device)); in Disk() 134 mDevPath = StringPrintf("/dev/block/vold/%s", mId.c_str()); in Disk() 417 LOG(WARNING) << mId << " has unknown partition table; trying entire device"; in readPartitions() 424 LOG(WARNING) << mId << " failed to identify, giving up"; in readPartitions()
|
D | VolumeBase.cpp | 112 mId = id; in setId() 267 return stream << " VolumeBase{id=" << mId << ",mountFlags=" << mMountFlags in operator <<()
|
/system/netd/server/ |
D | MDnsSdListener.h | 87 Element(int id, Context* context) : mId(id), mContext(context) {} in Element() 90 int mId; member
|
D | MDnsSdListener.cpp | 705 if (cur->mId == id) { in lookupServiceRef() 718 if (cur->mId == id) { in startMonitoring() 735 if (cur->mId == id) { in freeServiceRef()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspend.cpp | 75 : mReleased(), mSystemSuspend(systemSuspend), mId(id), mName(name) { in WakeLock() 91 mSystemSuspend->deleteWakeLockStatsEntry(mId); in releaseOnce()
|
D | SystemSuspend.h | 66 WakeLockIdType mId; variable
|