Searched refs:EmulatedLogicalRequestState (Results 1 – 6 of 6) sorted by relevance
28 class EmulatedLogicalRequestState {30 EmulatedLogicalRequestState(uint32_t camera_id);31 virtual ~EmulatedLogicalRequestState();65 EmulatedLogicalRequestState(const EmulatedLogicalRequestState&) = delete;66 EmulatedLogicalRequestState& operator=(const EmulatedLogicalRequestState&) =
28 EmulatedLogicalRequestState::EmulatedLogicalRequestState(uint32_t camera_id) in EmulatedLogicalRequestState() function in android::EmulatedLogicalRequestState33 EmulatedLogicalRequestState::~EmulatedLogicalRequestState() { in ~EmulatedLogicalRequestState()36 status_t EmulatedLogicalRequestState::Initialize( in Initialize()85 status_t EmulatedLogicalRequestState::GetDefaultRequest( in GetDefaultRequest()92 EmulatedLogicalRequestState::InitializeLogicalResult(uint32_t pipeline_id, in InitializeLogicalResult()121 status_t EmulatedLogicalRequestState::InitializeLogicalSettings( in InitializeLogicalSettings()199 EmulatedLogicalRequestState::AdaptLogicalCharacteristics( in AdaptLogicalCharacteristics()
9 "EmulatedLogicalRequestState.cpp",
113 std::unique_ptr<EmulatedLogicalRequestState>
41 request_state_(std::make_unique<EmulatedLogicalRequestState>(camera_id)) { in EmulatedRequestProcessor()
745 EmulatedLogicalRequestState::AdaptLogicalCharacteristics( in Initialize()