Searched refs:operationName (Results 1 – 4 of 4) sorted by relevance
355 Thread getThreadForAsyncOperation(String operationName, Runnable operation) { in getThreadForAsyncOperation() argument356 mWorkerThread = super.getThreadForAsyncOperation(operationName, operation); in getThreadForAsyncOperation()
1007 private void performOnCallbackHolders(String operationName, ControllerCallbackCall call) {1015 "Exception while executing: " + operationName, holder, exception);
3866 Thread getThreadForAsyncOperation(String operationName, Runnable operation) { in getThreadForAsyncOperation() argument3867 return new Thread(operation, operationName); in getThreadForAsyncOperation()
12682 private void unregisterAudioPolicyInt(@NonNull IAudioPolicyCallback pcb, String operationName) { in unregisterAudioPolicyInt() argument12683 mDynPolicyLogger.enqueue((new EventLogger.StringEvent(operationName + " for " in unregisterAudioPolicyInt()