OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createClientInterface
(Results
1 - 4
of
4
) sorted by null
/cts/suite/audio_quality/lib/include/
GenericFactory.h
30
virtual ClientInterface*
createClientInterface
();
/cts/suite/audio_quality/lib/src/
GenericFactory.cpp
21
ClientInterface* GenericFactory::
createClientInterface
()
/cts/suite/audio_quality/executable/src/
main.cpp
115
ClientInterface* client = factory.
createClientInterface
();
/cts/suite/audio_quality/test/
ClientInterfaceTest.cpp
36
mClient = factory.
createClientInterface
();
Completed in 223 milliseconds