Home
last modified time | relevance | path

Searched refs:GetPointerToBufferData (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dwinrt_storage_util.cc22 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 Dwinrt_storage_util.h20 GetPointerToBufferData(ABI::Windows::Storage::Streams::IBuffer* buffer,
H A Dwinrt_storage_util_unittest.cc32 GetPointerToBufferData(buffer.Get(), &p_buffer_data, &length)); in TEST()
/aosp_15_r20/external/cronet/crypto/
H A Duser_verifying_key_win.cc99 hr = base::win::GetPointerToBufferData(signature_buffer.Get(), in OnSigningSuccess()
184 hr = base::win::GetPointerToBufferData(key_buf.Get(), &pub_key_data, in GetPublicKey()