HomeSort by relevance Sort by last modified time
    Searched refs:CommandListener (Results 1 - 25 of 29) sorted by null

1 2

  /system/core/logd/
CommandListener.h 29 class CommandListener : public FrameworkListener {
31 CommandListener(LogBuffer* buf, LogReader* reader, LogListener* swl);
32 virtual ~CommandListener() {
82 CommandListener& mParent; \
86 explicit name##Cmd(CommandListener* parent); \
CommandListener.cpp 36 #include "CommandListener.h"
40 CommandListener::CommandListener(LogBuffer* buf, LogReader* /*reader*/,
56 CommandListener::ShutdownCmd::ShutdownCmd(LogReader* reader, LogListener* swl)
60 int CommandListener::ShutdownCmd::runCommand(SocketClient* /*cli*/,
67 CommandListener::ClearCmd::ClearCmd(LogBuffer* buf)
79 int CommandListener::ClearCmd::runCommand(SocketClient* cli, int argc,
102 CommandListener::GetBufSizeCmd::GetBufSizeCmd(LogBuffer* buf)
106 int CommandListener::GetBufSizeCmd::runCommand(SocketClient* cli, int argc,
127 CommandListener::SetBufSizeCmd::SetBufSizeCmd(LogBuffer* buf
    [all...]
main.cpp 50 #include "CommandListener.h"
521 CommandListener* cl = new CommandListener(logBuf, reader, swl);
  /system/netd/server/
CommandListener.cpp 34 #define LOG_TAG "CommandListener"
43 #include "CommandListener.h"
105 void CommandListener::registerLockingCmd(FrameworkCommand *cmd, android::RWLock& lock) {
109 CommandListener::CommandListener() : FrameworkListener(SOCKET_NAME, true) {
125 CommandListener::InterfaceCmd::InterfaceCmd() :
129 int CommandListener::InterfaceCmd::runCommand(SocketClient *cli,
335 CommandListener::ListTtysCmd::ListTtysCmd() :
339 int CommandListener::ListTtysCmd::runCommand(SocketClient *cli,
352 CommandListener::IpFwdCmd::IpFwdCmd()
    [all...]
CommandListener.h 39 class CommandListener : public FrameworkListener {
41 CommandListener();
42 virtual ~CommandListener() {}
main.cpp 38 #include "CommandListener.h"
55 using android::net::CommandListener;
85 for (const auto& sock : { CommandListener::SOCKET_NAME,
101 CommandListener cl;
158 ALOGE("Unable to start CommandListener (%s)", strerror(errno));
161 ALOGI("Starting CommandListener: %.1fms", subTime.getTimeAndReset());
Android.mk 100 CommandListener.cpp \
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha7/
intellij-core-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha9/
intellij-core-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta1/
intellij-core-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta2/
intellij-core-26.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta6/
intellij-core-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta7/
intellij-core-26.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-rc1/
intellij-core-26.0.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.2.0-alpha16/
intellij-core-26.2.0-alpha16.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 

Completed in 1266 milliseconds

1 2