Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCodec2Buffer.cpp217 : mInitCheck(NO_INIT), in GraphicView2MediaImageConverter()
227 mInitCheck = BAD_VALUE; in GraphicView2MediaImageConverter()
234 mInitCheck = BAD_VALUE; in GraphicView2MediaImageConverter()
249 mInitCheck = BAD_VALUE; in GraphicView2MediaImageConverter()
262 mInitCheck = BAD_VALUE; in GraphicView2MediaImageConverter()
347 mInitCheck = BAD_VALUE; in GraphicView2MediaImageConverter()
355 mInitCheck = BAD_VALUE; in GraphicView2MediaImageConverter()
367 mInitCheck = BAD_VALUE; in GraphicView2MediaImageConverter()
372 mInitCheck = BAD_VALUE; in GraphicView2MediaImageConverter()
387 mInitCheck = BAD_VALUE; in GraphicView2MediaImageConverter()
[all …]
/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.h67 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()
573 return (mInitCheck == OK && mContextHubModule != nullptr); in isInitialized()
DContexthub.h84 status_t mInitCheck; member