Home
last modified time | relevance | path

Searched refs:symbol_table (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/sound/
Dpulseaudiosoundsystem.cc143 symbol_table()->pa_stream_set_state_callback()(stream_, NULL, NULL); in Close()
144 if (symbol_table()->pa_stream_disconnect()(stream_) != 0) { in Close()
148 symbol_table()->pa_stream_unref()(stream_); in Close()
163 int re = symbol_table()->pa_stream_get_latency()(stream_, &latency, in LatencyUsecs()
186 PulseAudioSymbolTable *symbol_table() { in symbol_table() function in rtc::PulseAudioStream
228 symbol_table()->pa_stream_set_overflow_callback()(stream, &OverflowCallback, in PulseAudioInputStream()
261 pa_operation *op = symbol_table()->pa_context_get_source_info_by_index()( in GetVolume()
263 symbol_table()->pa_stream_get_device_index()(stream_.stream()), in GetVolume()
318 uint32_t device_index = symbol_table()->pa_stream_get_device_index()( in SetVolume()
321 pa_operation *op = symbol_table()->pa_context_get_source_info_by_index()( in SetVolume()
[all …]
Dalsasoundsystem.cc102 frames = symbol_table()->snd_pcm_avail_update()(handle_); in Wait()
112 int ready = symbol_table()->snd_pcm_wait()(handle_, wait_timeout_ms_); in Wait()
125 frames = symbol_table()->snd_pcm_avail_update()(handle_); in Wait()
144 int err = symbol_table()->snd_pcm_delay()(handle_, &delay); in CurrentDelayUsecs()
161 err = symbol_table()->snd_pcm_recover()( in Recover()
175 symbol_table()->snd_pcm_stream()(handle_) == SND_PCM_STREAM_CAPTURE) { in Recover()
178 err = symbol_table()->snd_pcm_start()(handle_); in Recover()
190 err = symbol_table()->snd_pcm_drop()(handle_); in Close()
195 err = symbol_table()->snd_pcm_close()(handle_); in Close()
205 AlsaSymbolTable *symbol_table() { in symbol_table() function in rtc::AlsaStream
[all …]
/external/mesa3d/scons/
Dsource_list.py16 self.symbol_table = {}
53 expanded += val[cur:deref_pos] + self.symbol_table[sym]
77 self.symbol_table[sym] = val
79 self.symbol_table[sym] += ' ' + val
81 if sym not in self.symbol_table:
82 self.symbol_table[sym] = val
127 return self.symbol_table
130 self.symbol_table[name] = value
/external/mesa3d/src/mesa/
DAndroid.mk131 program/symbol_table.c
146 program/symbol_table.c
Dsources.mak269 $(SRCDIR)program/symbol_table.c \
DSConscript311 'program/symbol_table.c',
/external/bison/src/
Dsymtab.c581 static struct hash_table *symbol_table = NULL; variable
643 symbol_table = hash_initialize (HT_INITIAL_CAPACITY, in symbols_new()
668 entry = hash_lookup (symbol_table, &probe); in symbol_from_uniqstr()
675 if (!hash_insert (symbol_table, entry)) in symbol_from_uniqstr()
765 hash_free (symbol_table); in symbols_free()
792 size_t count = hash_get_n_entries (symbol_table); in symbols_do()
796 hash_get_entries (symbol_table, (void**)symbols_sorted, count); in symbols_do()
/external/mesa3d/src/glsl/
DSConscript62 env.Command('symbol_table.c', '#src/mesa/program/symbol_table.c', Copy('$TARGET', '$SOURCE'))
68 'symbol_table.c',
DMakefile.am56 $(top_srcdir)/src/mesa/program/symbol_table.c \
72 $(top_srcdir)/src/mesa/program/symbol_table.c \
/external/jemalloc/bin/
Djeprof.in1319 my $symbol_table = GetProcedureBoundaries($lib->[0], $disasm_opts);
1321 foreach my $routine (sort ByName keys(%{$symbol_table})) {
1322 my $start_addr = $symbol_table->{$routine}->[0];
1323 my $end_addr = $symbol_table->{$routine}->[1];
1445 my $symbol_table = GetProcedureBoundaries($lib->[0], $list_opts);
1447 foreach my $routine (sort ByName keys(%{$symbol_table})) {
1449 my $start_addr = $symbol_table->{$routine}->[0];
1450 my $end_addr = $symbol_table->{$routine}->[1];
5016 my $symbol_table = GetProcedureBoundaries($image, ".");
5017 if (!%{$symbol_table}) {
[all …]
/external/selinux/libsepol/src/
Davrule_block.c153 int is_id_enabled(char *id, policydb_t * p, int symbol_table) in is_id_enabled() argument
156 (scope_datum_t *) hashtab_search(p->scope[symbol_table].table, id); in is_id_enabled()
/external/selinux/libsepol/include/sepol/policydb/
Davrule_block.h37 extern int is_id_enabled(char *id, policydb_t * p, int symbol_table);
/external/bison/
DChangeLog-20122198 (symbols_do): Sort symbol_table into symbols_sorted on first