Searched refs:resolution (Results 1 – 8 of 8) sorted by relevance
118 void Sensor::SetResolution(float resolution) in SetResolution() argument120 resolution_ = resolution; in SetResolution()
94 void MedicalSensor::SetResolution(float resolution) in SetResolution() argument96 resolution_ = resolution; in SetResolution()
41 void SetResolution(float resolution);
45 void SetResolution(float resolution);
33 console.log(TAG, "globalThis.resolution" + JSON.stringify(globalThis.resolution));
144 auto resolution = SCREEN_DENSITY_NOT_SET; in ConvertDensity() local146 resolution = value; in ConvertDensity()151 return resolution; in ConvertDensity()
512 napi_status napi_resolve_deferred(napi_env env, napi_deferred deferred, napi_value resolution) in napi_resolve_deferred() argument