Searched refs:customAction (Results 1 – 5 of 5) sorted by relevance
740 PlaybackStateCompat.CustomAction customAction = customActionProvider.getCustomAction(player); in invalidateMediaSessionPlaybackState() local741 if (customAction != null) { in invalidateMediaSessionPlaybackState()742 currentActions.put(customAction.getAction(), customActionProvider); in invalidateMediaSessionPlaybackState()743 builder.addCustomAction(customAction); in invalidateMediaSessionPlaybackState()
164 Server.customAction(File, "Custom", [&](llvm::Expected<InputsAndAST> AST) { in runCustomAction()
151 Server.customAction(File, "DumpAST", [&](llvm::Expected<InputsAndAST> AST) { in dumpAST()
331 void customAction(PathRef File, llvm::StringRef Name,
808 void ClangdServer::customAction(PathRef File, llvm::StringRef Name, in customAction() function in clang::clangd::ClangdServer