Searched refs:apf_run (Results 1 – 10 of 10) sorted by relevance
/hardware/google/apf/ |
D | Android.bp | 63 name: "apf_run", 69 "apf_run.c", 91 data_bins: ["apf_run"],
|
D | apf_run_test.sh | 26 if diff --color -u <(./apf_run $args) <(cat $outputpath); then
|
D | apf_run.c | 179 ret = apf_run(NULL, (uint32_t*)program, program_len, ram_len, packet, packet_len, in packet_handler() 234 result = apf_run(NULL, (uint32_t*)program, program_len, ram_len, apf_packet, in file_handler()
|
/hardware/google/apf/devtools/ |
D | apf_interpreter.h | 167 int apf_run(void* ctx, uint32_t* const program, const uint32_t program_len,
|
D | apf_interpreter.c | 1147 int apf_run(void* ctx, u32* const program, const u32 program_len, in apf_run() function
|
/hardware/google/apf/v6/ |
D | apf_interpreter.h | 167 int apf_run(void* ctx, uint32_t* const program, const uint32_t program_len,
|
D | apf_interpreter.c | 1137 int apf_run(void* ctx, u32* const program, const u32 program_len, in apf_run() function
|
/hardware/google/apf/v7/ |
D | apf_interpreter.h | 167 int apf_run(void* ctx, uint32_t* const program, const uint32_t program_len,
|
D | apf_interpreter_source.c | 601 int apf_run(void* ctx, u32* const program, const u32 program_len, in apf_run() function
|
D | apf_interpreter.c | 1147 int apf_run(void* ctx, u32* const program, const u32 program_len, in apf_run() function
|