Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointShared.cpp96 sp<AAudioServiceEndpointShared> *endpointForThread = in aaudio_endpoint_thread_proc() local
98 sp<AAudioServiceEndpointShared> endpoint = *endpointForThread; in aaudio_endpoint_thread_proc()
99 delete endpointForThread; // Just use scoped smart pointer. Don't need this anymore. in aaudio_endpoint_thread_proc()
116 sp<AAudioServiceEndpointShared> *endpointForThread = new sp<AAudioServiceEndpointShared>(this); in startSharingThread_l() local
119 endpointForThread); in startSharingThread_l()
122 delete endpointForThread; in startSharingThread_l()