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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/
runtests.pl 297 if ( $get_output ) {
298 $js_output = &get_output;
336 $get_output = 1;
355 if ( !$js_verbose && !$js_output && !$get_output ) {
356 $get_output = 1;
447 sub get_output { subroutine
  /external/webkit/Tools/wx/build/
build_utils.py 36 def get_output(command): function
settings.py 184 create_hash_table = get_output('cygpath --unix "%s"' % create_hash_table)
  /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
  /hardware/libhardware/modules/audio/
audio_policy.c 259 dap->policy.get_output = ap_get_output;
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 335 lap->policy.get_output = ap_get_output;
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 234 return mpAudioPolicy->get_output(mpAudioPolicy, stream, samplingRate, format, channels, flags);
    [all...]

Completed in 312 milliseconds