HomeSort by relevance Sort by last modified time
    Searched defs:thread_context (Results 1 - 3 of 3) 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
  /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
  /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);

Completed in 56 milliseconds