HomeSort by relevance Sort by last modified time
    Searched defs:SetConfig (Results 1 - 17 of 17) sorted by null

  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_throttle.cc 45 void GcsThrottle::SetConfig(GcsThrottleConfig config) {
  /external/webrtc/webrtc/test/
direct_transport.cc 36 void DirectTransport::SetConfig(const FakeNetworkPipe::Config& config) {
37 fake_network_.SetConfig(config);
fake_network_pipe.cc 98 void FakeNetworkPipe::SetConfig(const FakeNetworkPipe::Config& config) {
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_virtual.cpp 69 status = hwc_display_virtual->SetConfig(width, height);
190 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_display_virtual.cpp 69 status = hwc_display_virtual->SetConfig(width, height);
164 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) {
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_virtual.cpp 69 status = hwc_display_virtual->SetConfig(width, height);
163 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) {
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display_virtual.cpp 69 status = hwc_display_virtual->SetConfig(width, height);
163 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) {
  /prebuilts/go/darwin-x86/src/cmd/pprof/
pprof.go 208 func (*objTool) SetConfig(config string) {
  /prebuilts/go/linux-x86/src/cmd/pprof/
pprof.go 208 func (*objTool) SetConfig(config string) {
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 102 mBaseComponent.SetConfig = SetConfig;
439 OMX_ERRORTYPE ISVComponent::SetConfig(
    [all...]
  /external/python/cpython2/Modules/
almodule.c 246 SetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig, int))
250 if (!PyArg_ParseTuple(args, "i:SetConfig", &par))
280 return SetConfig(self, args, alSetWidth);
301 return SetConfig(self, args, alSetSampFmt);
322 return SetConfig(self, args, alSetChannels);
375 return SetConfig(self, args, alSetDevice);
395 return SetConfig(self, args, alSetQueueSize);
411 setconfig(alcobject *self, PyObject *args, int (*func)(ALconfig, long)) function
415 if (!PyArg_ParseTuple(args, "l:SetConfig", &par))
442 return setconfig(self, args, ALsetqueuesize)
    [all...]
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_Component.h 398 specification for details on the SetConfig method.
400 OMX_ERRORTYPE (*SetConfig)(
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 282 handle->SetConfig = SetConfig;
727 OMX_ERRORTYPE ComponentBase::SetConfig(
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(

Completed in 1156 milliseconds