Searched refs:GetPointerToBufferData (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/base/win/ |
H A D | winrt_storage_util.cc | 22 HRESULT GetPointerToBufferData(IBuffer* buffer, uint8_t** out, UINT32* length) { in GetPointerToBufferData() function 62 hr = GetPointerToBufferData(internal_buffer.Get(), &p_buffer_data, &length); in CreateIBufferFromData()
|
H A D | winrt_storage_util.h | 20 GetPointerToBufferData(ABI::Windows::Storage::Streams::IBuffer* buffer,
|
H A D | winrt_storage_util_unittest.cc | 32 GetPointerToBufferData(buffer.Get(), &p_buffer_data, &length)); in TEST()
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | user_verifying_key_win.cc | 99 hr = base::win::GetPointerToBufferData(signature_buffer.Get(), in OnSigningSuccess() 184 hr = base::win::GetPointerToBufferData(key_buf.Get(), &pub_key_data, in GetPublicKey()
|