HomeSort by relevance Sort by last modified time
    Searched refs:symbol_table_ (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 187 return &pulse()->symbol_table_;
975 if (!symbol_table_.Load()) {
983 mainloop_ = symbol_table_.pa_threaded_mainloop_new()();
989 if (symbol_table_.pa_threaded_mainloop_start()(mainloop_) != 0) {
1006 symbol_table_.pa_threaded_mainloop_stop()(mainloop_);
1008 symbol_table_.pa_threaded_mainloop_free()(mainloop_);
1020 symbol_table_.pa_context_disconnect()(context_);
1021 symbol_table_.pa_context_unref()(context_);
1024 symbol_table_.pa_threaded_mainloop_stop()(mainloop_);
1025 symbol_table_.pa_threaded_mainloop_free()(mainloop_)
    [all...]
alsasoundsystem.cc 206 return &alsa_->symbol_table_;
454 if (!symbol_table_.Load()) {
542 err = symbol_table_.snd_device_name_hint()(-1, // All cards
551 char *actual_type = symbol_table_.snd_device_name_get_hint()(*list, "IOID");
561 char *name = symbol_table_.snd_device_name_get_hint()(*list, "NAME");
574 char *desc = symbol_table_.snd_device_name_get_hint()(*list, "DESC");
593 err = symbol_table_.snd_device_name_free_hint()(hints);
636 err = symbol_table_.snd_pcm_open()(
666 err = symbol_table_.snd_pcm_set_params()(
680 err = symbol_table_.snd_pcm_prepare()(handle)
    [all...]
alsasoundsystem.h 96 AlsaSymbolTable symbol_table_; member in class:rtc::AlsaSoundSystem
pulseaudiosoundsystem.h 168 PulseAudioSymbolTable symbol_table_; member in class:rtc::PulseAudioSoundSystem
  /external/v8/tools/gcmole/
gcmole.cc 343 SymbolTable::iterator code = symbol_table_.find(name);
344 if (code == symbol_table_.end()) return false;
361 SymbolTable::iterator code = symbol_table_.find(name);
363 if (code == symbol_table_.end()) {
364 int new_code = symbol_table_.size();
365 symbol_table_.insert(std::make_pair(name, new_code));
380 symbol_table_.clear();
386 SymbolTable::iterator end = symbol_table_.end();
387 for (SymbolTable::iterator i = symbol_table_.begin();
415 static SymbolTable symbol_table_; member in class:__anon24070::Environment
464 Environment::SymbolTable Environment::symbol_table_; member in class:__anon24070::Environment
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
aarch64.cc 432 symbol_table_(symtab), layout_(layout)
505 && !this->symbol_table_->is_section_folded(object, shndx)))
519 gsym = this->symbol_table_->resolve_forwards(gsym);
568 Symbol_table* symbol_table_; local
    [all...]
arm.cc     [all...]
mips.cc 2169 Symbol_table* symbol_table_; member in class:__anon75326::Mips_output_data_got
    [all...]

Completed in 141 milliseconds