OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_handle
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/common_audio/vad/
vad_unittest.cc
112
void*
tmp_handle
= malloc(handle_size_bytes);
local
114
EXPECT_EQ(0, WebRtcVad_Assign(&handle,
tmp_handle
));
115
EXPECT_EQ(handle,
tmp_handle
);
116
free(
tmp_handle
);
Completed in 118 milliseconds