Home
last modified time | relevance | path

Searched refs:mInitCheck (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/sensors/1.0/default/
DSensors.cpp57 : mInitCheck(NO_INIT), in Sensors()
79 mInitCheck = err; in Sensors()
92 mInitCheck = err; in Sensors()
109 mInitCheck = OK; in Sensors()
113 return mInitCheck; in initCheck()
DSensors.h66 status_t mInitCheck; member
/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp39 : mInitCheck(NO_INIT), in Contexthub()
45 mInitCheck = hw_get_module(CONTEXT_HUB_MODULE_ID, &module); in Contexthub()
47 if (mInitCheck != OK) { in Contexthub()
48 ALOGE("Could not load %s module: %s", CONTEXT_HUB_MODULE_ID, strerror(-mInitCheck)); in Contexthub()
52 mInitCheck = UNKNOWN_ERROR; in Contexthub()
569 return (mInitCheck == OK && mContextHubModule != nullptr); in isInitialized()
DContexthub.h83 status_t mInitCheck; member