Home
last modified time | relevance | path

Searched refs:serviceLifetimeId (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/src/binding/
DAAudioServiceDefinitions.h94 AAudioHandleInfo(int32_t serviceLifetimeId, aaudio_handle_t handle) in AAudioHandleInfo() argument
95 : mServiceLifetimeId(serviceLifetimeId), mHandle(handle) {} in AAudioHandleInfo()
DAAudioBinderClient.h172 int32_t serviceLifetimeId) in Adapter() argument
173 : AAudioBinderAdapter(delegate.get(), serviceLifetimeId), in Adapter()
DAAudioBinderAdapter.cpp27 int32_t serviceLifetimeId) in AAudioBinderAdapter() argument
28 : mDelegate(delegate), mServiceLifetimeId(serviceLifetimeId) {} in AAudioBinderAdapter()
DAAudioBinderAdapter.h33 AAudioBinderAdapter(IAAudioService* delegate, int32_t serviceLifetimeId);