HomeSort by relevance Sort by last modified time
    Searched defs:symbol_table (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/sound/
alsasoundsystem.cc 102 frames = symbol_table()->snd_pcm_avail_update()(handle_);
112 int ready = symbol_table()->snd_pcm_wait()(handle_, wait_timeout_ms_);
125 frames = symbol_table()->snd_pcm_avail_update()(handle_);
144 int err = symbol_table()->snd_pcm_delay()(handle_, &delay);
161 err = symbol_table()->snd_pcm_recover()(
175 symbol_table()->snd_pcm_stream()(handle_) == SND_PCM_STREAM_CAPTURE) {
178 err = symbol_table()->snd_pcm_start()(handle_);
190 err = symbol_table()->snd_pcm_drop()(handle_);
195 err = symbol_table()->snd_pcm_close()(handle_);
205 AlsaSymbolTable *symbol_table() { function in class:rtc::AlsaStream
    [all...]
pulseaudiosoundsystem.cc 143 symbol_table()->pa_stream_set_state_callback()(stream_, NULL, NULL);
144 if (symbol_table()->pa_stream_disconnect()(stream_) != 0) {
148 symbol_table()->pa_stream_unref()(stream_);
163 int re = symbol_table()->pa_stream_get_latency()(stream_, &latency,
186 PulseAudioSymbolTable *symbol_table() { function in class:rtc::PulseAudioStream
228 symbol_table()->pa_stream_set_overflow_callback()(stream, &OverflowCallback,
261 pa_operation *op = symbol_table()->pa_context_get_source_info_by_index()(
263 symbol_table()->pa_stream_get_device_index()(stream_.stream()),
318 uint32_t device_index = symbol_table()->pa_stream_get_device_index()(
321 pa_operation *op = symbol_table()->pa_context_get_source_info_by_index()
397 PulseAudioSymbolTable *symbol_table() { function in class:rtc::PulseAudioInputStream
787 PulseAudioSymbolTable *symbol_table() { function in class:rtc::PulseAudioOutputStream
    [all...]
  /external/bison/src/
symtab.c 581 static struct hash_table *symbol_table = NULL; variable in typeref:struct:hash_table
643 symbol_table = hash_initialize (HT_INITIAL_CAPACITY,
668 entry = hash_lookup (symbol_table, &probe);
675 if (!hash_insert (symbol_table, entry))
765 hash_free (symbol_table);
792 size_t count = hash_get_n_entries (symbol_table);
796 hash_get_entries (symbol_table, (void**)symbols_sorted, count);
876 | FDEFINES. Set up vectors SYMBOL_TABLE, TAGS of symbols. |
  /art/runtime/
elf_file.cc 849 SymbolTable** symbol_table = GetSymbolTable(section_type); local
850 if (*symbol_table != nullptr || build_map) {
851 if (*symbol_table == nullptr) {
853 *symbol_table = new SymbolTable;
878 (*symbol_table)->insert(std::make_pair(name, symbol));
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-rs6000.c 1893 char *symbol_table; local
1978 char *symbol_table; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c 3419 asymbol ** symbol_table; local
    [all...]
dwarf.c 6704 unsigned char *address_table, *symbol_table, *constant_pool; local
    [all...]

Completed in 187 milliseconds