Home
last modified time | relevance | path

Searched refs:BufferType (Results 1 – 25 of 43) sorted by relevance

12

/external/curl/lib/
Dcurl_sasl_sspi.c223 chlg_buf.BufferType = SECBUFFER_TOKEN; in Curl_sasl_create_digest_md5_message()
231 resp_buf.BufferType = SECBUFFER_TOKEN; in Curl_sasl_create_digest_md5_message()
474 chlg_buf[0].BufferType = SECBUFFER_TOKEN; in Curl_sasl_create_digest_http_message()
477 chlg_buf[1].BufferType = SECBUFFER_PKG_PARAMS; in Curl_sasl_create_digest_http_message()
480 chlg_buf[2].BufferType = SECBUFFER_PKG_PARAMS; in Curl_sasl_create_digest_http_message()
488 resp_buf.BufferType = SECBUFFER_TOKEN; in Curl_sasl_create_digest_http_message()
652 type_1_buf.BufferType = SECBUFFER_TOKEN; in Curl_sasl_create_ntlm_type1_message()
760 type_2_buf.BufferType = SECBUFFER_TOKEN; in Curl_sasl_create_ntlm_type3_message()
768 type_3_buf.BufferType = SECBUFFER_TOKEN; in Curl_sasl_create_ntlm_type3_message()
961 chlg_buf.BufferType = SECBUFFER_TOKEN; in Curl_sasl_create_gssapi_user_message()
[all …]
Dsocks_sspi.c115 sspi_recv_token.BufferType = SECBUFFER_TOKEN; in Curl_SOCKS5_gssapi_negotiate()
123 sspi_send_token.BufferType = SECBUFFER_TOKEN; in Curl_SOCKS5_gssapi_negotiate()
389 sspi_w_token[0].BufferType = SECBUFFER_TOKEN; in Curl_SOCKS5_gssapi_negotiate()
406 sspi_w_token[2].BufferType = SECBUFFER_PADDING; in Curl_SOCKS5_gssapi_negotiate()
539 sspi_w_token[0].BufferType = SECBUFFER_STREAM; in Curl_SOCKS5_gssapi_negotiate()
540 sspi_w_token[1].BufferType = SECBUFFER_DATA; in Curl_SOCKS5_gssapi_negotiate()
Dhttp_negotiate_sspi.c183 out_sec_buff.BufferType = SECBUFFER_TOKEN; in Curl_input_negotiate()
192 in_sec_buff.BufferType = SECBUFFER_TOKEN; in Curl_input_negotiate()
/external/skia/src/gpu/
DGrBufferAllocPool.h54 enum BufferType { enum
69 BufferType bufferType,
118 BufferType fBufferType;
/external/webrtc/webrtc/modules/audio_device/dummy/
Dfile_audio_device.h143 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
145 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
172 AudioDeviceModule::BufferType _playBufType;
Daudio_device_dummy.h123 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
125 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
Daudio_device_dummy.cc182 const AudioDeviceModule::BufferType type, in SetPlayoutBuffer()
187 int32_t AudioDeviceDummy::PlayoutBuffer(AudioDeviceModule::BufferType& type, in PlayoutBuffer()
Dfile_audio_device.cc418 const AudioDeviceModule::BufferType type, in SetPlayoutBuffer()
423 int32_t FileAudioDevice::PlayoutBuffer(AudioDeviceModule::BufferType& type, in PlayoutBuffer()
/external/webrtc/webrtc/modules/audio_device/include/
Daudio_device.h42 enum BufferType { enum
159 virtual int32_t SetPlayoutBuffer(const BufferType type,
161 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const = 0;
Dfake_audio_device.h114 virtual int32_t SetPlayoutBuffer(const BufferType type,
118 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const { in PlayoutBuffer()
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h136 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
138 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
225 AudioDeviceModule::BufferType _playBufType;
Daudio_device_pulse_linux.h198 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
200 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
303 AudioDeviceModule::BufferType _playBufType;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.h319 } BufferType; typedef
333 BufferType type; /* window, pixmap, pbuffer or glxwindow */
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h162 virtual int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
164 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
321 AudioDeviceModule::BufferType _playBufType;
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h143 virtual int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type, uint16_t sizeMS);
144 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, uint16_t& sizeMS) const;
261 AudioDeviceModule::BufferType _playBufType;
Daudio_device_core_win.h186 virtual int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type, uint16_t sizeMS);
187 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, uint16_t& sizeMS) const;
366 AudioDeviceModule::BufferType _playBufType;
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_generic.h120 virtual int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
122 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
Daudio_device_impl.h158 int32_t SetPlayoutBuffer(const BufferType type, uint16_t sizeMS = 0) override;
159 int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const override;
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_ios.h85 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
141 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
Daudio_device_not_implemented_ios.mm18 int32_t AudioDeviceIOS::PlayoutBuffer(AudioDeviceModule::BufferType& type,
281 const AudioDeviceModule::BufferType type,
/external/mesa3d/src/mesa/drivers/x11/
DxmesaP.h132 } BufferType; typedef
190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule.h169 int32_t SetPlayoutBuffer(const BufferType type,
171 int32_t PlayoutBuffer(BufferType* type, uint16_t* size_ms) const override;
Dfakeaudiocapturemodule.cc502 int32_t FakeAudioCaptureModule::SetPlayoutBuffer(const BufferType /*type*/, in SetPlayoutBuffer() argument
508 int32_t FakeAudioCaptureModule::PlayoutBuffer(BufferType* /*type*/, in PlayoutBuffer() argument
/external/webrtc/webrtc/base/
Dsec_buffer.h50 this->BufferType = SECBUFFER_EMPTY; in Clear()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_template.h377 const AudioDeviceModule::BufferType type, uint16_t sizeMS) override { in SetPlayoutBuffer()
383 AudioDeviceModule::BufferType& type, uint16_t& sizeMS) const override { in PlayoutBuffer()

12