Searched refs:NOT_FOUND (Results 1 – 23 of 23) sorted by relevance
55 #define NOT_FOUND -1 macro
29 * - NOT_FOUND - The surface is not connected to a component.
40 * - NOT_FOUND - There is no component with the given name.66 * - NOT_FOUND - There is no component interface with the given name.172 * - NOT_FOUND - Some indices were not known.
169 * - NOT_FOUND - The component is not connected to an input surface.210 * - NOT_FOUND - The supplied blockPoolId is not valid.
39 NOT_FOUND = -2,
115 CommandResult result = {Result::NOT_FOUND, 0}; in getConfigStoreBool()
116 result.result_type = Result::NOT_FOUND; in getConfigStoreBool()
34 * - `NOT_FOUND` - The surface is not connected to a component.
46 * - `NOT_FOUND` - There is no component with the given name.70 * - `NOT_FOUND` - There is no component interface with the given name.179 * - `NOT_FOUND` - Some indices were not known.
204 * - `NOT_FOUND` - The component is not connected to an input surface.247 * - `NOT_FOUND` - The supplied blockPoolId is not valid.
43 NOT_FOUND = -2,
37 * NOT_FOUND - A buffer was not found due to invalidation.
24 NOT_FOUND = 3,
128 return unregisterCallbackInternal(callback) ? Result::SUCCESS : Result::NOT_FOUND; in unregisterCallback()
48 * - `NOT_FOUND` - There is no component with the given name.
26 NOT_FOUND,
48 * NOT_FOUND if callback is not registered previously,
195 if (static_cast<Result>(ret) != Result::NOT_FOUND) { in TestUnregisterNonExistentCallback()
86 return unregisterCallbackInternal(callback) ? Result::SUCCESS : Result::NOT_FOUND; in unregisterCallback()
164 ASSERT_EQ(Result::NOT_FOUND, static_cast<Result>(ret)) << "Actual: " << toString(ret); in TEST_P()