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

1 2

  /external/webrtc/webrtc/test/
direct_transport.cc 36 void DirectTransport::SetConfig(const FakeNetworkPipe::Config& config) {
37 fake_network_.SetConfig(config);
direct_transport.h 38 void SetConfig(const FakeNetworkPipe::Config& config);
fake_network_pipe.h 56 void SetConfig(const FakeNetworkPipe::Config& config);
fake_network_pipe_unittest.cc 231 pipe->SetConfig(config);
278 pipe->SetConfig(config);
fake_network_pipe.cc 98 void FakeNetworkPipe::SetConfig(const FakeNetworkPipe::Config& config) {
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_throttle.cc 45 void GcsThrottle::SetConfig(GcsThrottleConfig config) {
gcs_throttle.h 99 * SetConfig sets the configuration for GcsThrottle and re-initializes state.
103 void SetConfig(GcsThrottleConfig config);
gcs_throttle_test.cc 41 throttle_.SetConfig(config_);
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_virtual.h 55 int SetConfig(uint32_t width, uint32_t height);
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.h 55 int SetConfig(uint32_t width, uint32_t height);
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.h 55 int SetConfig(uint32_t width, uint32_t height);
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.h 55 int SetConfig(uint32_t width, uint32_t height);
hwc_display_virtual.cpp 69 status = hwc_display_virtual->SetConfig(width, height);
163 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
napcommon.h 73 virtual HRESULT STDMETHODCALLTYPE SetConfig(
111 HRESULT (STDMETHODCALLTYPE *SetConfig)(
132 #define INapComponentConfig_SetConfig(This,bCount,data) (This)->lpVtbl->SetConfig(This,bCount,data)
155 return This->lpVtbl->SetConfig(This,bCount,data);
467 HRESULT (STDMETHODCALLTYPE *SetConfig)(
508 #define INapComponentConfig2_SetConfig(This,bCount,data) (This)->lpVtbl->SetConfig(This,bCount,data)
535 return This->lpVtbl->SetConfig(This,bCount,data);
650 HRESULT (STDMETHODCALLTYPE *SetConfig)(
715 #define INapComponentConfig3_SetConfig(This,bCount,data) (This)->lpVtbl->SetConfig(This,bCount,data)
748 return This->lpVtbl->SetConfig(This,bCount,data)
    [all...]
ilogobj.hxx 60 virtual HRESULT WINAPI SetConfig(DWORD cbSize,PBYTE Log) = 0;
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 48 mComponent->SetConfig = SetConfigWrapper;
167 return me->setConfig(index, params);
278 OMX_ERRORTYPE SoftOMXComponent::setConfig(
  /external/webrtc/webrtc/call/
rampup_tests.cc 390 send_transport_->SetConfig(forward_transport_config_);
407 send_transport_->SetConfig(forward_transport_config_);
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_Component.h 398 specification for details on the SetConfig method.
400 OMX_ERRORTYPE (*SetConfig)(
OMX_Core.h 89 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
336 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 122 static OMX_ERRORTYPE SetConfig(
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 157 static OMX_ERRORTYPE SetConfig(
349 /* Get/SetConfig */
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(

Completed in 349 milliseconds

1 2