HomeSort by relevance Sort by last modified time
    Searched refs:set_parameters (Results 1 - 25 of 65) sorted by null

1 2 3

  /prebuilts/qemu-kernel/arm/
rebuild.sh 191 set_parameters () function
208 set_parameters $PARAMS
  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 87 int set_parameters(struct camera_device *, const char *parms);
QualcommCamera.cpp 382 int set_parameters(struct camera_device * device, const char *parms) function in namespace:android
389 rc = hardware->set_parameters(device, parms);
  /hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
QualcommCamera.h 87 int set_parameters(struct camera_device *, const char *parms);
QualcommCamera.cpp 382 int set_parameters(struct camera_device * device, const char *parms) function in namespace:android
389 rc = hardware->set_parameters(device, parms);
  /external/libxcam/capi/
context_priv.h 61 virtual XCamReturn set_parameters (ContextParams &param_list);
  /hardware/libhardware/include/hardware/
camera.h 252 int (*set_parameters)(struct camera_device *, const char *parms); member in struct:camera_device_ops
audio.h 122 /* currently unused - use set_parameters with key
144 /* currently unused - use set_parameters with key
163 * Currently unused - set_device() corresponds to set_parameters() with key
183 int (*set_parameters)(struct audio_stream *stream, const char *kv_pairs); member in struct:audio_stream
682 int (*set_parameters)(struct audio_hw_device *dev, const char *kv_pairs); member in struct:audio_hw_device
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ossaudiodev.py 90 def set_parameters(self, dsp): member in class:OSSAudioDevTests
152 self.set_parameters(dsp)
  /external/python/cpython2/Lib/test/
test_ossaudiodev.py 90 def set_parameters(self, dsp): member in class:OSSAudioDevTests
152 self.set_parameters(dsp)
  /external/python/cpython3/Lib/test/
test_ossaudiodev.py 91 def set_parameters(self, dsp): member in class:OSSAudioDevTests
153 self.set_parameters(dsp)
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node_show.cc 52 proto_.set_parameters(node->parameters());
165 mutable_proto()->set_parameters(node->parameters());
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ossaudiodev.py 90 def set_parameters(self, dsp): member in class:OSSAudioDevTests
152 self.set_parameters(dsp)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ossaudiodev.py 90 def set_parameters(self, dsp): member in class:OSSAudioDevTests
152 self.set_parameters(dsp)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ossaudiodev.py 90 def set_parameters(self, dsp): member in class:OSSAudioDevTests
152 self.set_parameters(dsp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ossaudiodev.py 90 def set_parameters(self, dsp): member in class:OSSAudioDevTests
152 self.set_parameters(dsp)
  /device/generic/goldfish/camera/
EmulatedCamera.h 232 /* Actual handler for camera_device_ops_t::set_parameters callback.
355 static int set_parameters(struct camera_device* dev, const char* parms);
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera.h 240 /* Actual handler for camera_device_ops_t::set_parameters callback.
357 static int set_parameters(struct camera_device* dev, const char* parms);
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.h 183 static int set_parameters(struct camera_device *, const char *parms);
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.h 185 static int set_parameters(struct camera_device *, const char *parms);
  /external/tensorflow/tensorflow/contrib/linear_optimizer/python/
sdca_estimator.py 162 update_weights_hook.set_parameters(sdca_model, train_op)
183 def set_parameters(self, sdca_model, train_op): member in class:_SdcaUpdateWeightsHook
  /device/generic/goldfish/audio/
audio_hw_legacy.c 428 out->stream.common.set_parameters = out_set_parameters;
584 in->stream.common.set_parameters = in_set_parameters;
686 adev->device.set_parameters = adev_set_parameters;
  /device/linaro/hikey/audio/
audio_hw.c 463 out->stream.common.set_parameters = out_set_parameters;
614 in->stream.common.set_parameters = in_set_parameters;
677 adev->hw_device.set_parameters = adev_set_parameters;
  /hardware/libhardware/modules/audio/
audio_hw.c 376 out->stream.common.set_parameters = out_set_parameters;
523 in->stream.common.set_parameters = in_set_parameters;
597 adev->device.set_parameters = adev_set_parameters;
  /device/google/cuttlefish_common/guest/hals/audio/
vsoc_audio_input_stream.cpp 85 common.set_parameters = GceAudio::SetStreamParameters;

Completed in 596 milliseconds

1 2 3