Searched refs:NuggetClient (Results 1 – 7 of 7) sorted by relevance
/external/nos/host/generic/libnos/ |
D | NuggetClient.cpp | 24 NuggetClient::NuggetClient(const std::string& name) in NuggetClient() function in nos::NuggetClient 28 NuggetClient::NuggetClient(const char* name, uint32_t config) in NuggetClient() function in nos::NuggetClient 33 NuggetClient::~NuggetClient() { in ~NuggetClient() 37 void NuggetClient::Open() { in Open() 44 void NuggetClient::Close() { in Close() 51 bool NuggetClient::IsOpen() const { in IsOpen() 55 uint32_t NuggetClient::CallApp(uint32_t appId, uint16_t arg, in CallApp() 87 uint32_t NuggetClient::Reset() const { in Reset() 95 nos_device* NuggetClient::Device() { in Device() 99 const nos_device* NuggetClient::Device() const { in Device() [all …]
|
D | BUILD | 4 "NuggetClient.cpp", 9 "include/nos/NuggetClient.h", 30 "include/nos/NuggetClient.h",
|
D | Android.bp | 48 // Components that directly use `NuggetClient` must link against it. Other 54 srcs: ["NuggetClient.cpp"],
|
D | NuggetClientDebuggable.cpp | 27 : NuggetClient(name, config), in NuggetClientDebuggable()
|
/external/nos/host/generic/libnos/include/nos/ |
D | NuggetClient.h | 32 class NuggetClient : public NuggetClientInterface { 40 NuggetClient(const std::string& name); 41 NuggetClient(const char* name = 0, uint32_t config = 0); 43 ~NuggetClient() override;
|
D | NuggetClientDebuggable.h | 32 class NuggetClientDebuggable : public NuggetClient {
|
/external/nos/host/generic/libnos/generator/ |
D | README.md | 34 An impementation of the service interface which wraps a `NuggetClient` reference
|