/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...] |
ndk-stack-parser.h | 26 * out_handle - Handle to the stream where to print the parser's output. 36 NdkCrashParser* CreateNdkCrashParser(FILE* out_handle, const char* sym_root);
|
/hardware/qcom/audio/post_proc/ |
bundle.c | 232 if (fx_ctxt->out_handle == output) { 428 context->out_handle = (audio_io_handle_t)ioId; 466 output_context_t *out_ctxt = get_output(context->out_handle); 693 if (context->out_handle == offload_param->ioHandle) 696 out_ctxt = get_output(context->out_handle); 700 context->out_handle = offload_param->ioHandle; 701 out_ctxt = get_output(context->out_handle);
|
bundle.h | 79 audio_io_handle_t out_handle; member in struct:effect_context_s
|
/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...] |
/system/update_engine/include/debugd/ |
dbus-proxy-mocks.h | 30 std::string* /*out_handle*/, 79 std::string* /*out_handle*/, 343 std::string* /*out_handle*/,
|
dbus-proxies.h | 42 std::string* out_handle, 119 std::string* out_handle, 538 std::string* out_handle, [all...] |
/system/tpm/trunks/ |
tpm_generated_test.cc | 140 std::string handle_out("\x80\x00\x00\x01", 4); // out_handle
|