HomeSort by relevance Sort by last modified time
    Searched defs:out_handle (Results 1 - 4 of 4) sorted by null

  /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 47 FILE* out_handle; member in struct:NdkCrashParser
136 CreateNdkCrashParser(FILE* out_handle, const char* sym_root)
144 parser->out_handle = out_handle;
193 fprintf(parser->out_handle, "Crash dump is completed\n\n");
197 fprintf(parser->out_handle, "********** Crash dump: **********\n");
206 fprintf(parser->out_handle, "%s\n",
215 fprintf(parser->out_handle, "%s\n", line + match.rm_so);
224 fprintf(parser->out_handle, "%s\n", line + match.rm_so);
333 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...]

Completed in 321 milliseconds