Home
last modified time | relevance | path

Searched defs:settings (Results 1 – 10 of 10) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_server.cpp26 bool containsValidSettings(const VsockCameraDevice::Settings& settings) { in containsValidSettings()
30 bool readSettingsFromJson(VsockCameraDevice::Settings& settings, in readSettingsFromJson()
86 VsockCameraDevice::Settings settings; in serverLoop() local
Dvsock_camera_device_3_4.cpp32 const std::string& id, const Settings& settings, in VsockCameraDevice()
Dvsock_camera_device_session_3_4.h91 common::V1_0::helper::CameraMetadata settings; member
Dvsock_camera_provider_2_7.cpp60 VsockCameraDevice::Settings settings) { in setCallback()
/device/google/trout/tools/
Dbpttool956 def _generate_json(self, partitions, settings): argument
1042 def _generate_protective_mbr(self, settings): argument
1077 def _generate_gpt(self, partitions, settings, primary=True): argument
1161 def _generate_gpt_bin(self, partitions, settings): argument
/device/google/contexthub/sensorhal/
Dhubconnection.cpp334 const sp<JSONObject> &settings, const char *key, int32_t *out, in getCalibrationInt32()
353 const sp<JSONObject> &settings, const char *key, float out[3]) { in getCalibrationFloat()
370 static std::vector<int32_t> getInt32Setting(const sp<JSONObject> &settings, const char *key) { in getInt32Setting()
383 static std::vector<float> getFloatSetting(const sp<JSONObject> &settings, const char *key) { in getFloatSetting()
396 static void loadSensorSettings(sp<JSONObject>* settings, in loadSensorSettings()
1377 sp<JSONObject> settings; in sendCalibrationOffsets() local
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dcamera_streamer.cpp106 const Json::Value& settings) { in GetResolutionFromSettings()
Dlocal_recorder.cpp175 webrtc::VideoEncoder::Settings settings(capabilities, 1, 1 << 20); in AddDisplay() local
/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs56 let mut settings: libc::termios = unsafe { std::mem::zeroed() }; in set_terminal_raw() localVariable
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java210 matcher.addURI(authority, "settings", SETTINGS); in matcher.addURI()