OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setupMgmt
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/contexthubhal/
system_comms.cpp
325
return
setupMgmt
(appMsg, transactionId, NANOHUB_HAL_APP_MGMT_START, appManager);
327
return
setupMgmt
(appMsg, transactionId, NANOHUB_HAL_APP_MGMT_STOP, appManager);
329
return
setupMgmt
(appMsg, transactionId, NANOHUB_HAL_APP_MGMT_UNLOAD, appManager);
419
int SystemComm::AppMgmtSession::
setupMgmt
(const hub_message_t *appMsg, uint32_t transactionId, uint32_t cmd, AppManager &appManager)
[
all
...]
system_comms.h
267
int
setupMgmt
(const hub_message_t *appMsg, uint32_t transactionId, uint32_t cmd, AppManager &appManager);
Completed in 1598 milliseconds