Searched refs:ERROR_ALREADY_EXISTS (Results 1 – 7 of 7) sorted by relevance
42 const int ERROR_ALREADY_EXISTS = 2; field
284 e.errorCode, ICameraService.ERROR_ALREADY_EXISTS); in testCreateStream()315 ICameraService.ERROR_ALREADY_EXISTS, e.errorCode); in testCreateStreamTwo()
342 e.errorCode, ICameraService.ERROR_ALREADY_EXISTS); in testAddRemoveListeners()
719 case ICameraService.ERROR_ALREADY_EXISTS: in throwAsPublicException()
660 return STATUS_ERROR(CameraService::ERROR_ALREADY_EXISTS, msg.string()); in createStream()826 return STATUS_ERROR(CameraService::ERROR_ALREADY_EXISTS, msg.string()); in createInputStream()
349 case hardware::ICameraService::ERROR_ALREADY_EXISTS: in updateOutputConfigurationLocked()
1592 return STATUS_ERROR(ERROR_ALREADY_EXISTS, "Listener already registered"); in addListener()