/hardware/qcom/audio/post_proc/ |
bundle.h | 79 audio_io_handle_t out_handle; member in struct:effect_context_s
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack-parser.c | 46 FILE* out_handle; member in struct:NdkCrashParser 135 CreateNdkCrashParser(FILE* out_handle, const char* sym_root) 143 parser->out_handle = out_handle; 192 fprintf(parser->out_handle, "Crash dump is completed\n\n"); 196 fprintf(parser->out_handle, "********** Crash dump: **********\n"); 205 fprintf(parser->out_handle, "%s\n", 214 fprintf(parser->out_handle, "%s\n", line + match.rm_so); 223 fprintf(parser->out_handle, "%s\n", line + match.rm_so); 327 fprintf(parser->out_handle, "Stack frame %s", frame) [all...] |
/device/htc/flounder/audio/visualizer/ |
nv_offload_visualizer.c | 66 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */ member in struct:effect_context_s 394 if (fx_ctxt->out_handle == output) { 895 context->out_handle = (audio_io_handle_t)ioId; [all...] |
/hardware/qcom/audio/visualizer/ |
offload_visualizer.c | 76 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */ member in struct:effect_context_s 454 if (fx_ctxt->out_handle == output) { [all...] |