Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointShared.cpp97 sp<AAudioServiceEndpointShared> *endpointForThread = in aaudio_endpoint_thread_proc() local
99 sp<AAudioServiceEndpointShared> endpoint = *endpointForThread; in aaudio_endpoint_thread_proc()
100 delete endpointForThread; // Just use scoped smart pointer. Don't need this anymore. in aaudio_endpoint_thread_proc()
117 sp<AAudioServiceEndpointShared> *endpointForThread = new sp<AAudioServiceEndpointShared>(this); in startSharingThread_l() local
120 endpointForThread); in startSharingThread_l()
123 delete endpointForThread; in startSharingThread_l()