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

  /hardware/qcom/audio/post_proc/
bundle.c 104 output_context_t *get_output(audio_io_handle_t output) function
193 if (get_output(output) != NULL) {
259 out_ctxt = get_output(output);
441 output_context_t *out_ctxt = get_output(ioId);
466 output_context_t *out_ctxt = get_output(context->out_handle);
695 out_ctxt = get_output(context->out_handle);
700 out_ctxt = get_output(context->out_handle);
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/
htmlutil.py 146 str = strip.get_output()
169 def get_output(self): member in class:_HtmlStripper
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_lib.py 67 # get_output should return 4 elements
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_lib.py 67 # get_output should return 4 elements
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 216 output_context_t *get_output(audio_io_handle_t output) { function
380 if (get_output(output) != NULL) {
429 out_ctxt = get_output(output);
908 output_context_t *out_ctxt = get_output(ioId);
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 238 output_context_t *get_output(audio_io_handle_t output) { function
440 if (get_output(output) != NULL) {
489 out_ctxt = get_output(output);
    [all...]
  /hardware/libhardware/modules/audio/
audio_policy.c 266 dap->policy.get_output = ap_get_output;
  /hardware/libhardware/include/hardware/
audio_policy.h 61 * - process get_output() queries received when AudioTrack objects are
131 audio_io_handle_t (*get_output)(struct audio_policy *pol, member in struct:audio_policy
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 40 GET_OUTPUT,
167 remote()->transact(GET_OUTPUT, data, &reply);
831 case GET_OUTPUT: {
    [all...]
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 357 lap->policy.get_output = ap_get_output;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 349 qap->policy.get_output = ap_get_output;
  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImplLegacy.cpp 146 return mpAudioPolicy->get_output(mpAudioPolicy, stream, samplingRate,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 949 def get_output(self): member in class:SocketHandlerTest
961 self.assertEqual(self.get_output(), "spam\neggs\n")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 949 def get_output(self): member in class:SocketHandlerTest
961 self.assertEqual(self.get_output(), "spam\neggs\n")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml2.h 3639 HRESULT (WINAPI *get_output)(IXSLProcessor *This,VARIANT *pOutput); member in struct:MSXML2::IXSLProcessorVtbl
5021 HRESULT (WINAPI *get_output)(IMXWriter *This,VARIANT *varDestination); member in struct:MSXML2::IMXWriterVtbl
    [all...]

Completed in 1440 milliseconds