Home
last modified time | relevance | path

Searched refs:NANOHUB_APP_NOT_LOADED (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp526 result = NANOHUB_APP_NOT_LOADED; in handleTransfer()
538 result = NANOHUB_APP_NOT_LOADED; in handleTransfer()
591 int32_t result = NANOHUB_APP_NOT_LOADED; in handleStopTransfer()
690 int32_t result = NANOHUB_APP_NOT_LOADED; in handleFinish()
725 int32_t result = NANOHUB_APP_NOT_LOADED; in handleRun()
770 int32_t result = NANOHUB_APP_NOT_LOADED; in handleStopRun()
813 int32_t result = NANOHUB_APP_NOT_LOADED; in handleEraseTransfer()
Dsystem_comms.h91 #define NANOHUB_APP_NOT_LOADED (-1) macro