Searched defs:DeviceInfo (Results 1 - 6 of 6) sorted by path

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h217 struct DeviceInfo { struct in struct:android::camera2::Parameters
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp350 CameraProviderManager::ProviderInfo::DeviceInfo* CameraProviderManager::findDeviceInfoLocked(
573 std::unique_ptr<DeviceInfo> deviceInfo;
725 std::unique_ptr<CameraProviderManager::ProviderInfo::DeviceInfo>
746 return std::unique_ptr<DeviceInfo>(
809 CameraProviderManager::ProviderInfo::DeviceInfo::~DeviceInfo() {}
812 status_t CameraProviderManager::ProviderInfo::DeviceInfo::setTorchMode(InterfaceT& interface,
823 DeviceInfo(name, tagId, id, hardware::hidl_version{1, minorVersion},
864 return DeviceInfo::setTorchMode(mInterface, enabled);
911 DeviceInfo(nam
[all...]
H A DCameraProviderManager.h282 struct DeviceInfo { struct in struct:android::CameraProviderManager::ProviderInfo
301 DeviceInfo(const std::string& name, const metadata_vendor_id_t tagId, function in struct:android::CameraProviderManager::ProviderInfo::DeviceInfo
308 virtual ~DeviceInfo();
315 std::vector<std::unique_ptr<DeviceInfo>> mDevices;
321 struct DeviceInfo1 : public DeviceInfo {
339 struct DeviceInfo3 : public DeviceInfo {
366 // Templated method to instantiate the right kind of DeviceInfo and call the
369 std::unique_ptr<DeviceInfo> initializeDeviceInfo(const std::string &name,
389 // Utility to find a DeviceInfo by ID; pointer is only valid while mInterfaceMutex is held
394 ProviderInfo::DeviceInfo* findDeviceInfoLocke
[all...]
/frameworks/base/libs/hwui/
H A DDeviceInfo.h24 class DeviceInfo { class in namespace:android::uirenderer
25 PREVENT_COPY_AND_ASSIGN(DeviceInfo);
27 // returns nullptr if DeviceInfo is not initialized yet
30 static const DeviceInfo* get();
40 DeviceInfo() {} function in class:android::uirenderer::DeviceInfo
41 ~DeviceInfo() {}
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceDiscoveryAction.java69 private static final class DeviceInfo { class in class:DeviceDiscoveryAction
78 private DeviceInfo(int logicalAddress) { method in class:DeviceDiscoveryAction.DeviceInfo
88 private final ArrayList<DeviceInfo> mDevices = new ArrayList<>();
128 DeviceInfo info = new DeviceInfo(i);
249 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
275 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
298 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
324 for (DeviceInfo info : mDevices) {
326 Slog.v(TAG, " DeviceInfo
[all...]
/frameworks/base/vr/java/com/google/vr/platform/
H A DDeviceInfo.java9 public class DeviceInfo { class

Completed in 470 milliseconds