Home
last modified time | relevance | path

Searched refs:NOT_FOUND (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/camera/msm8998/usbcamcore/inc/
DQCameraUsbParm.h55 #define NOT_FOUND -1 macro
/hardware/google/interfaces/media/c2/1.0/
DIInputSurfaceConnection.hal29 * - NOT_FOUND - The surface is not connected to a component.
DIComponentStore.hal40 * - 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.
DIComponent.hal169 * - NOT_FOUND - The component is not connected to an input surface.
210 * - NOT_FOUND - The supplied blockPoolId is not valid.
Dtypes.hal39 NOT_FOUND = -2,
/hardware/qcom/sm8150/media/libplatformconfig/
DPlatformConfig.cpp115 CommandResult result = {Result::NOT_FOUND, 0}; in getConfigStoreBool()
/hardware/qcom/sm7250/media/libplatformconfig/
DPlatformConfig.cpp116 result.result_type = Result::NOT_FOUND; in getConfigStoreBool()
/hardware/interfaces/media/c2/1.0/
DIInputSurfaceConnection.hal34 * - `NOT_FOUND` - The surface is not connected to a component.
DIComponentStore.hal46 * - `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.
DIComponent.hal204 * - `NOT_FOUND` - The component is not connected to an input surface.
247 * - `NOT_FOUND` - The supplied blockPoolId is not valid.
Dtypes.hal43 NOT_FOUND = -2,
/hardware/interfaces/media/bufferpool/2.0/
DIConnection.hal37 * NOT_FOUND - A buffer was not found due to invalidation.
Dtypes.hal24 NOT_FOUND = 3,
/hardware/interfaces/media/bufferpool/1.0/
DIConnection.hal37 * NOT_FOUND - A buffer was not found due to invalidation.
Dtypes.hal24 NOT_FOUND = 3,
/hardware/interfaces/health/utils/libhealth2impl/
DBinderHealth.cpp128 return unregisterCallbackInternal(callback) ? Result::SUCCESS : Result::NOT_FOUND; in unregisterCallback()
/hardware/interfaces/media/c2/1.2/
DIComponentStore.hal48 * - `NOT_FOUND` - There is no component with the given name.
/hardware/interfaces/media/c2/1.1/
DIComponentStore.hal48 * - `NOT_FOUND` - There is no component with the given name.
/hardware/interfaces/health/2.0/
Dtypes.hal26 NOT_FOUND,
DIHealth.hal48 * NOT_FOUND if callback is not registered previously,
/hardware/interfaces/health/2.1/vts/functional/
DVtsHalHealthV2_1TargetTest.cpp195 if (static_cast<Result>(ret) != Result::NOT_FOUND) { in TestUnregisterNonExistentCallback()
/hardware/interfaces/health/2.0/default/
DHealth.cpp86 return unregisterCallbackInternal(callback) ? Result::SUCCESS : Result::NOT_FOUND; in unregisterCallback()
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp164 ASSERT_EQ(Result::NOT_FOUND, static_cast<Result>(ret)) << "Actual: " << toString(ret); in TEST_P()