Home
last modified time | relevance | path

Searched refs:apf_allocate_buffer (Results 1 – 8 of 8) sorted by relevance

/hardware/google/apf/devtools/
Dapf_interpreter.h58 uint8_t* apf_allocate_buffer(void* ctx, uint32_t size);
Dapf_interpreter.c910 ctx->tx_buf = apf_allocate_buffer(ctx->caller_ctx, ctx->tx_buf_len); in do_apf_run()
/hardware/google/apf/v6/
Dapf_interpreter.h58 uint8_t* apf_allocate_buffer(void* ctx, uint32_t size);
Dapf_interpreter.c900 ctx->tx_buf = apf_allocate_buffer(ctx->caller_ctx, ctx->tx_buf_len); in do_apf_run()
/hardware/google/apf/v7/
Dapf_interpreter.h58 uint8_t* apf_allocate_buffer(void* ctx, uint32_t size);
Dtest_buf_allocator.c31 uint8_t* apf_allocate_buffer(__attribute__ ((unused)) void* ctx, uint32_t size) { in apf_allocate_buffer() function
Dapf_interpreter_source.c364 ctx->tx_buf = apf_allocate_buffer(ctx->caller_ctx, ctx->tx_buf_len); in do_apf_run()
Dapf_interpreter.c910 ctx->tx_buf = apf_allocate_buffer(ctx->caller_ctx, ctx->tx_buf_len); in do_apf_run()