Searched refs:endpointForThread (Results 1 – 1 of 1) sorted by relevance
97 sp<AAudioServiceEndpointShared> *endpointForThread = in aaudio_endpoint_thread_proc() local99 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() local120 endpointForThread); in startSharingThread_l()123 delete endpointForThread; in startSharingThread_l()