Home
last modified time | relevance | path

Searched refs:DCameraChannelState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Dicamera_channel_listener.h31 } DCameraChannelState; typedef
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H A Ddcamera_source_input.h60 std::map<DCStreamType, DCameraChannelState> channelState_;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_input.cpp294 channelState_[streamType] = (DCameraChannelState)state; in OnSessionState()