Searched refs:C2_NO_INIT (Results 1 – 10 of 10) sorted by relevance
56 return C2_NO_INIT; in asC2Error()226 return C2_NO_INIT; in requestNewBufferSet()303 return C2_NO_INIT; in cancelAllBuffers()
482 res = C2_NO_INIT; in mapUsage()518 if (ret && ret != C2_NO_INIT) { in newLinearAllocation()
502 : mInit(C2_NO_INIT), in ComponentModule()
654 mInit = C2_NO_INIT; in Impl()
50 : _mField(field_), _mType(type_), status(C2_NO_INIT) { } in C2FieldSupportedValuesQuery()
118 C2_NO_INIT = ENODEV, ///< status has not been initialized enumerator
46 case C2_NO_INIT: return "NO_INIT"; in asString()
68 : mInit(C2_NO_INIT), in ComponentModule()
63 DummyReadView() : C2ReadView(C2_NO_INIT) {} in DummyReadView()
624 c2_status_t status = C2_NO_INIT; // no IComponentStores present in ForAllStores()