HomeSort by relevance Sort by last modified time
    Searched refs:ClientInterface (Results 1 - 7 of 7) sorted by null

  /cts/suite/audio_quality/lib/include/
ClientInterface.h 26 class ClientInterface {
28 virtual ~ClientInterface() {};
GenericFactory.h 21 #include "ClientInterface.h"
30 virtual ClientInterface* createClientInterface();
  /cts/suite/audio_quality/lib/src/
ClientImpl.h 22 #include "ClientInterface.h"
26 class ClientImpl: public ClientInterface {
GenericFactory.cpp 21 ClientInterface* GenericFactory::createClientInterface()
  /cts/suite/audio_quality/test/
ClientInterfaceTest.cpp 22 #include <ClientInterface.h>
31 ClientInterface* mClient;
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 32 class ClientInterface;
135 ClientInterface* mClient;
  /cts/suite/audio_quality/executable/src/
main.cpp 115 ClientInterface* client = factory.createClientInterface();
117 fprintf(stderr, "cannot create ClientInterface");
121 fprintf(stderr, "cannot init ClientInterface");

Completed in 103 milliseconds