Searched refs:NOT_FOUND (Results 1 – 25 of 31) sorted by relevance
12
40 const int NOT_FOUND = 3;
24 const int NOT_FOUND = 3;
43 const int NOT_FOUND = (-2) /* -2 */;
47 const int NOT_FOUND = -2;
191 return ResultStatus::NOT_FOUND; in registerSender()274 return ResultStatus::NOT_FOUND; in close()283 return ResultStatus::NOT_FOUND; in flush()298 return ResultStatus::NOT_FOUND; in allocate()328 return ResultStatus::NOT_FOUND; in receive()359 return ResultStatus::NOT_FOUND; in postSend()373 return ResultStatus::NOT_FOUND; in getAccessor()430 return ::ndk::ScopedAStatus::fromServiceSpecificError(ResultStatus::NOT_FOUND); in registerPassiveSender()
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.
115 CommandResult result = {Result::NOT_FOUND, 0}; in getConfigStoreBool()
116 result.result_type = Result::NOT_FOUND; in getConfigStoreBool()
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.
34 * - `NOT_FOUND` - The surface is not connected to a component.
37 * NOT_FOUND - A buffer was not found due to invalidation.
24 NOT_FOUND = 3,
127 return unregisterCallbackInternal(callback) ? Result::SUCCESS : Result::NOT_FOUND; in unregisterCallback()
48 * - `NOT_FOUND` - There is no component with the given name.
26 NOT_FOUND,
195 if (static_cast<Result>(ret) != Result::NOT_FOUND) { in TestUnregisterNonExistentCallback()
64 case Result::NOT_FOUND: in ResultToStatus()