Searched refs:serviceLifetimeId (Results 1 – 4 of 4) sorted by relevance
94 AAudioHandleInfo(int32_t serviceLifetimeId, aaudio_handle_t handle) in AAudioHandleInfo() argument95 : mServiceLifetimeId(serviceLifetimeId), mHandle(handle) {} in AAudioHandleInfo()
172 int32_t serviceLifetimeId) in Adapter() argument173 : AAudioBinderAdapter(delegate.get(), serviceLifetimeId), in Adapter()
27 int32_t serviceLifetimeId) in AAudioBinderAdapter() argument28 : mDelegate(delegate), mServiceLifetimeId(serviceLifetimeId) {} in AAudioBinderAdapter()
33 AAudioBinderAdapter(IAAudioService* delegate, int32_t serviceLifetimeId);