HomeSort by relevance Sort by last modified time
    Searched defs:NuggetClient (Results 1 - 2 of 2) sorted by null

  /external/nos/host/generic/libnos/include/nos/
NuggetClient.h 32 class NuggetClient : public NuggetClientInterface {
37 NuggetClient();
44 NuggetClient(const std::string& device_name);
46 ~NuggetClient() override;
  /external/nos/host/generic/libnos/
NuggetClient.cpp 17 #include <nos/NuggetClient.h>
27 NuggetClient::NuggetClient()
28 : NuggetClient("") {
31 NuggetClient::NuggetClient(const std::string& device_name)
35 NuggetClient::~NuggetClient() {
39 void NuggetClient::Open() {
46 void NuggetClient::Close()
    [all...]

Completed in 1812 milliseconds