OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handle_index
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
echo_control_mobile_impl.cc
105
size_t
handle_index
= 0;
local
109
Handle* my_handle = static_cast<Handle*>(handle(
handle_index
));
123
handle_index
++;
149
size_t
handle_index
= 0;
local
156
Handle* my_handle = static_cast<Handle*>(handle(
handle_index
));
161
handle_index
++;
184
size_t
handle_index
= 0;
local
195
Handle* my_handle = static_cast<Handle*>(handle(
handle_index
));
207
handle_index
++;
echo_cancellation_impl.cc
100
size_t
handle_index
= 0;
local
104
Handle* my_handle = static_cast<Handle*>(handle(
handle_index
));
144
size_t
handle_index
= 0;
local
151
Handle* my_handle = static_cast<Handle*>(handle(
handle_index
));
156
handle_index
++;
182
size_t
handle_index
= 0;
local
186
Handle* my_handle = handle(
handle_index
);
210
handle_index
++;
Completed in 65 milliseconds