Home
last modified time | relevance | path

Searched refs:NuggetClient (Results 1 – 7 of 7) sorted by relevance

/external/nos/host/generic/libnos/
DNuggetClient.cpp24 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 …]
DBUILD4 "NuggetClient.cpp",
9 "include/nos/NuggetClient.h",
30 "include/nos/NuggetClient.h",
DAndroid.bp48 // Components that directly use `NuggetClient` must link against it. Other
54 srcs: ["NuggetClient.cpp"],
DNuggetClientDebuggable.cpp27 : NuggetClient(name, config), in NuggetClientDebuggable()
/external/nos/host/generic/libnos/include/nos/
DNuggetClient.h32 class NuggetClient : public NuggetClientInterface {
40 NuggetClient(const std::string& name);
41 NuggetClient(const char* name = 0, uint32_t config = 0);
43 ~NuggetClient() override;
DNuggetClientDebuggable.h32 class NuggetClientDebuggable : public NuggetClient {
/external/nos/host/generic/libnos/generator/
DREADME.md34 An impementation of the service interface which wraps a `NuggetClient` reference