Home
last modified time | relevance | path

Searched refs:function_id (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/test/fuzzers/a2dp/codec/
Da2dpCodecInfoFuzzHelpers.h38 uint8_t function_id = in callArbitraryCodecInfoFunction() local
46 if (codec_info || function_id == 0 || function_id == 25 || in callArbitraryCodecInfoFunction()
47 function_id == 26) { in callArbitraryCodecInfoFunction()
49 ops_vector[function_id](fdp, codec_info); in callArbitraryCodecInfoFunction()
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py146 print('%sfunction_id: %d' % (space, line.function_id))
147 self.show_function_id(line.function_id, sub_space)
150 def show_function_id(self, function_id, space=''): argument
151 function = self.profile.function[function_id - 1]
203 self.function_id = 0
391 function_id = self.get_function_id(symbol.symbol_name, binary_path, symbol.symbol_addr)
392 if function_id:
396 line.function_id = function_id
468 def get_function(self, function_id): argument
469 return self.function_list[function_id - 1] if function_id > 0 else None
[all …]
/system/bt/stack/test/fuzzers/common/
DcommonFuzzHelpers.h31 uint8_t function_id = in callArbitraryFunction() local
35 ops_vector[function_id](fdp); in callArbitraryFunction()