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

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.h 44 void * thread_context; member in struct:loc_eng_dmn_conn_thelper
loc_eng_dmn_conn_thread_helper.c 227 result = thelper->thread_proc_init(thelper->thread_context);
239 result = thelper->thread_proc_pre(thelper->thread_context);
249 result = thelper->thread_proc(thelper->thread_context);
258 result = thelper->thread_proc_post(thelper->thread_context);
310 thelper->thread_context = context;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.h 44 void * thread_context; member in struct:loc_eng_dmn_conn_thelper
loc_eng_dmn_conn_thread_helper.c 227 result = thelper->thread_proc_init(thelper->thread_context);
239 result = thelper->thread_proc_pre(thelper->thread_context);
249 result = thelper->thread_proc(thelper->thread_context);
258 result = thelper->thread_proc_post(thelper->thread_context);
310 thelper->thread_context = context;
  /external/chromium_org/media/audio/win/
audio_output_win_unittest.cc 671 SyncThreadContext thread_context; local
672 thread_context.sample_rate = params.sample_rate();
673 thread_context.sine_freq = 200.0;
674 thread_context.packet_size_bytes = AudioBus::CalculateMemorySize(params);
675 thread_context.frames = params.frames_per_buffer();
676 thread_context.channels = params.channels();
677 thread_context.socket = &sockets[1];
680 &thread_context, 0, NULL);
  /art/runtime/
runtime_linux.cc 296 UContext thread_context(raw_context);
308 << "Registers:\n" << Dumpable<UContext>(thread_context) << "\n"
  /external/chromium_org/v8/tools/
grokdump.py 223 ("thread_context", MINIDUMP_LOCATION_DESCRIPTOR.ctype)
563 self.minidump, self.exception.thread_context.rva)
566 self.minidump, self.exception.thread_context.rva)
569 self.minidump, self.exception.thread_context.rva)
    [all...]

Completed in 372 milliseconds