/external/curl/lib/ |
D | curl_sasl_sspi.c | 223 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 …]
|
D | socks_sspi.c | 115 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()
|
D | http_negotiate_sspi.c | 183 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/ |
D | GrBufferAllocPool.h | 54 enum BufferType { enum 69 BufferType bufferType, 118 BufferType fBufferType;
|
/external/webrtc/webrtc/modules/audio_device/dummy/ |
D | file_audio_device.h | 143 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type, 145 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, 172 AudioDeviceModule::BufferType _playBufType;
|
D | audio_device_dummy.h | 123 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type, 125 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
|
D | audio_device_dummy.cc | 182 const AudioDeviceModule::BufferType type, in SetPlayoutBuffer() 187 int32_t AudioDeviceDummy::PlayoutBuffer(AudioDeviceModule::BufferType& type, in PlayoutBuffer()
|
D | file_audio_device.cc | 418 const AudioDeviceModule::BufferType type, in SetPlayoutBuffer() 423 int32_t FileAudioDevice::PlayoutBuffer(AudioDeviceModule::BufferType& type, in PlayoutBuffer()
|
/external/webrtc/webrtc/modules/audio_device/include/ |
D | audio_device.h | 42 enum BufferType { enum 159 virtual int32_t SetPlayoutBuffer(const BufferType type, 161 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const = 0;
|
D | fake_audio_device.h | 114 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/ |
D | audio_device_alsa_linux.h | 136 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type, 138 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, 225 AudioDeviceModule::BufferType _playBufType;
|
D | audio_device_pulse_linux.h | 198 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/ |
D | xm_api.h | 319 } BufferType; typedef 333 BufferType type; /* window, pixmap, pbuffer or glxwindow */
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_device_mac.h | 162 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/ |
D | audio_device_wave_win.h | 143 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;
|
D | audio_device_core_win.h | 186 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/ |
D | audio_device_generic.h | 120 virtual int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type, 122 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
|
D | audio_device_impl.h | 158 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/ |
D | audio_device_ios.h | 85 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, 141 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
|
D | audio_device_not_implemented_ios.mm | 18 int32_t AudioDeviceIOS::PlayoutBuffer(AudioDeviceModule::BufferType& type, 281 const AudioDeviceModule::BufferType type,
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesaP.h | 132 } BufferType; typedef 190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakeaudiocapturemodule.h | 169 int32_t SetPlayoutBuffer(const BufferType type, 171 int32_t PlayoutBuffer(BufferType* type, uint16_t* size_ms) const override;
|
D | fakeaudiocapturemodule.cc | 502 int32_t FakeAudioCaptureModule::SetPlayoutBuffer(const BufferType /*type*/, in SetPlayoutBuffer() argument 508 int32_t FakeAudioCaptureModule::PlayoutBuffer(BufferType* /*type*/, in PlayoutBuffer() argument
|
/external/webrtc/webrtc/base/ |
D | sec_buffer.h | 50 this->BufferType = SECBUFFER_EMPTY; in Clear()
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_device_template.h | 377 const AudioDeviceModule::BufferType type, uint16_t sizeMS) override { in SetPlayoutBuffer() 383 AudioDeviceModule::BufferType& type, uint16_t& sizeMS) const override { in PlayoutBuffer()
|