Searched defs:CommonDevice (Results 1 – 1 of 1) sorted by relevance
186 struct CommonDevice { struct187 int32_t type;188 int32_t permissionId;189 const char *driverName;190 struct CameraDevice *camDev;191 int32_t camId;192 int32_t devId;193 uint32_t ctrlId;194 struct HdfSBuf *reqData;195 struct HdfSBuf *rspData;[all …]