Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/policy_DisableScreenshots/Screenshooter/
Dbackground.js7 chrome.commands.onCommand.addListener((command) => {
/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DTimelineQueueEditor.java190 public boolean onCommand( in onCommand() method in TimelineQueueEditor
DMediaSessionConnector.java166 boolean onCommand( in onCommand() method
1262 public void onCommand(String command, @Nullable Bundle extras, @Nullable ResultReceiver cb) { in onCommand() method in MediaSessionConnector.ComponentListener
1265 if (commandReceivers.get(i).onCommand(player, controlDispatcher, command, extras, cb)) { in onCommand()
1272 .onCommand(player, controlDispatcher, command, extras, cb)) { in onCommand()
DTimelineQueueNavigator.java161 public boolean onCommand( in onCommand() method in TimelineQueueNavigator
/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.h126 void onCommand(const ExecuteCommandParams &, Callback<llvm::json::Value>);
DClangdLSPServer.cpp709 void ClangdLSPServer::onCommand(const ExecuteCommandParams &Params, in onCommand() function in clang::clangd::ClangdLSPServer
1479 MsgHandler->bind("workspace/executeCommand", &ClangdLSPServer::onCommand); in ClangdLSPServer()