/hardware/qcom/audio/post_proc/ |
bundle.c | 103 output_context_t *get_output(audio_io_handle_t output) function 192 if (get_output(output) != NULL) { 258 out_ctxt = get_output(output); 440 output_context_t *out_ctxt = get_output(ioId); 465 output_context_t *out_ctxt = get_output(context->out_handle); 694 out_ctxt = get_output(context->out_handle); 699 out_ctxt = get_output(context->out_handle);
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
htmlutil.py | 146 str = strip.get_output() 169 def get_output(self): member in class:_HtmlStripper
|
/external/chromium_org/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 | 228 output_context_t *get_output(audio_io_handle_t output) { function 427 if (get_output(output) != NULL) { 476 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 | 39 GET_OUTPUT, 158 remote()->transact(GET_OUTPUT, data, &reply); 681 case GET_OUTPUT: { [all...] |
/frameworks/av/services/audiopolicy/ |
AudioPolicyInterfaceImplLegacy.cpp | 142 return mpAudioPolicy->get_output(mpAudioPolicy, stream, samplingRate,
|
/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;
|
/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...] |