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.cpp525 result = NANOHUB_APP_NOT_LOADED; in handleTransfer()
537 result = NANOHUB_APP_NOT_LOADED; in handleTransfer()
590 int32_t result = NANOHUB_APP_NOT_LOADED; in handleStopTransfer()
689 int32_t result = NANOHUB_APP_NOT_LOADED; in handleFinish()
724 int32_t result = NANOHUB_APP_NOT_LOADED; in handleRun()
769 int32_t result = NANOHUB_APP_NOT_LOADED; in handleStopRun()
812 int32_t result = NANOHUB_APP_NOT_LOADED; in handleEraseTransfer()
Dsystem_comms.h91 #define NANOHUB_APP_NOT_LOADED (-1) macro