Searched refs:mServiceLifetimeId (Results 1 – 4 of 4) sorted by relevance
28 : mDelegate(delegate), mServiceLifetimeId(serviceLifetimeId) {} in AAudioBinderAdapter()45 return {mServiceLifetimeId, result}; in openStream()49 if (streamHandleInfo.getServiceLifetimeId() != mServiceLifetimeId) { in closeStream()62 if (streamHandleInfo.getServiceLifetimeId() != mServiceLifetimeId) { in getStreamDescription()78 if (streamHandleInfo.getServiceLifetimeId() != mServiceLifetimeId) { in startStream()90 if (streamHandleInfo.getServiceLifetimeId() != mServiceLifetimeId) { in pauseStream()102 if (streamHandleInfo.getServiceLifetimeId() != mServiceLifetimeId) { in stopStream()114 if (streamHandleInfo.getServiceLifetimeId() != mServiceLifetimeId) { in flushStream()128 if (streamHandleInfo.getServiceLifetimeId() != mServiceLifetimeId) { in registerAudioThread()142 if (streamHandleInfo.getServiceLifetimeId() != mServiceLifetimeId) { in unregisterAudioThread()[all …]
95 : mServiceLifetimeId(serviceLifetimeId), mHandle(handle) {} in AAudioHandleInfo()97 int32_t getServiceLifetimeId() const { return mServiceLifetimeId; } in getServiceLifetimeId()101 int32_t mServiceLifetimeId;
137 mServiceLifetimeId++; in binderDied()156 return mServiceLifetimeId.load(); in getServiceLifetimeId()160 std::atomic_int mServiceLifetimeId{0};
66 const int32_t mServiceLifetimeId; variable