Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DMultiClientInputMethodServiceDelegateImpl.java173 final InputChannel writeChannel = channels[0]; in acceptClient() local
180 callbackAdaptor.createIMultiClientInputMethodSession(), writeChannel); in acceptClient()
182 writeChannel.dispose(); in acceptClient()
/aosp12/frameworks/base/core/java/com/android/internal/inputmethod/
H A DMultiClientInputMethodPrivilegedOperations.java161 IMultiClientInputMethodSession multiClientSession, InputChannel writeChannel) { in acceptClient() argument
167 ops.acceptClient(clientId, session, multiClientSession, writeChannel); in acceptClient()
H A DIMultiClientInputMethodPrivilegedOperations.aidl31 in IMultiClientInputMethodSession multiClientSession, in InputChannel writeChannel); in acceptClient() argument
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DMultiClientInputMethodManagerService.java1337 InputChannel writeChannel) { in acceptClient() argument
1354 clientInfo.mWriteChannel = writeChannel; in acceptClient()