Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp12/frameworks/native/libs/vr/libpdx/fuzz/
H A Dhelpers.h78 _channel = std::shared_ptr<Channel>(channel); in SetChannel()
98 info.channel = _channel.get(); in MessageReceive()
289 std::shared_ptr<Channel> _channel; variable
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DInputBindResult.java205 IInputMethodSession _method, InputChannel _channel, String _id, int _sequence, in InputBindResult() argument
209 channel = _channel; in InputBindResult()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java387 IInputMethodSession _session, InputChannel _channel) { in SessionState() argument
391 channel = _channel; in SessionState()