| /system/chre/chpp/ | 
| D | transport.c | 135 static void chppSetRxState(struct ChppTransportState *context,  in chppSetRxState()160 static size_t chppConsumePreamble(struct ChppTransportState *context,  in chppConsumePreamble()
 207 static size_t chppConsumeHeader(struct ChppTransportState *context,  in chppConsumeHeader()
 273 static size_t chppConsumePayload(struct ChppTransportState *context,  in chppConsumePayload()
 302 static size_t chppConsumeFooter(struct ChppTransportState *context,  in chppConsumeFooter()
 395 static void chppAbortRxPacket(struct ChppTransportState *context) {  in chppAbortRxPacket()
 458     struct ChppTransportState *context) {  in chppProcessTransportLoopbackRequest()
 503     struct ChppTransportState *context) {  in chppProcessTransportLoopbackResponse()
 538 static void chppSetResetComplete(struct ChppTransportState *context) {  in chppSetResetComplete()
 550 static void chppProcessResetAck(struct ChppTransportState *context) {  in chppProcessResetAck()
 [all …]
 
 | 
| D | app.c | 102 static bool chppProcessPredefinedClientRequest(struct ChppAppState *context,  in chppProcessPredefinedClientRequest()147 static bool chppProcessPredefinedServiceResponse(struct ChppAppState *context,  in chppProcessPredefinedServiceResponse()
 204 static bool chppDatagramLenIsOk(struct ChppAppState *context,  in chppDatagramLenIsOk()
 288     struct ChppAppState *context, uint8_t handle, enum ChppMessageType type) {  in chppGetDispatchFunction()
 345     struct ChppAppState *context, uint8_t index) {  in chppGetClientResetNotifierFunction()
 362     struct ChppAppState *context, uint8_t index) {  in chppGetServiceResetNotifierFunction()
 379     struct ChppAppState *context, uint8_t handle) {  in chppServiceOfHandle()
 401     struct ChppAppState *context, uint8_t handle) {  in chppClientOfHandle()
 425     struct ChppAppState *context, uint8_t handle) {  in chppServiceStateOfHandle()
 445     struct ChppAppState *context, uint8_t handle) {  in chppClientStateOfHandle()
 [all …]
 
 | 
| D | clients.c | 115     struct ChppAppState *context, uint8_t index) {  in chppGetClientDeinitFunction()125 void chppRegisterCommonClients(struct ChppAppState *context) {  in chppRegisterCommonClients()
 150 void chppDeregisterCommonClients(struct ChppAppState *context) {  in chppDeregisterCommonClients()
 212 void chppInitBasicClients(struct ChppAppState *context) {  in chppInitBasicClients()
 257 void chppDeinitBasicClients(struct ChppAppState *context) {  in chppDeinitBasicClients()
 278 void chppDeinitMatchedClients(struct ChppAppState *context) {  in chppDeinitMatchedClients()
 
 | 
| /system/logging/liblog/ | 
| D | log_event_list.cpp | 48 static void init_context(android_log_context_internal* context, uint32_t tag) {  in init_context()  argument61 static void init_parser_context(android_log_context_internal* context, const char* msg,  in init_parser_context()
 70   android_log_context_internal* context;  in create_android_logger()  local
 83   android_log_context_internal* context;  in create_android_log_parser()  local
 96   android_log_context_internal* context;  in android_log_destroy()  local
 108 int android_log_reset(android_log_context context) {  in android_log_reset()
 122 int android_log_parser_reset(android_log_context context, const char* msg, size_t len) {  in android_log_parser_reset()
 133 int android_log_write_list_begin(android_log_context context) {  in android_log_write_list_begin()
 164 int android_log_write_int32(android_log_context context, int32_t value) {  in android_log_write_int32()
 184 int android_log_write_int64(android_log_context context, int64_t value) {  in android_log_write_int64()
 [all …]
 
 | 
| /system/chre/chpp/platform/linux/ | 
| D | link.c | 52   struct ChppLinuxLinkState *context =  in linkSendThread()  local114   struct ChppLinuxLinkState *context =  in init()  local
 130   struct ChppLinuxLinkState *context =  in deinit()  local
 142   struct ChppLinuxLinkState *context =  in send()  local
 169   struct ChppLinuxLinkState *context =  in reset()  local
 185   struct ChppLinuxLinkState *context =  in getTxBuffer()  local
 
 | 
| /system/core/property_service/libpropertyinfoserializer/ | 
| D | trie_builder.h | 33   const std::string* context;  member57   bool AddPrefixContext(const std::string& prefix, const std::string* context,  in AddPrefixContext()
 68   bool AddExactMatchContext(const std::string& exact_match, const std::string* context,  in AddExactMatchContext()
 81   const std::string* context() const { return property_entry_.context; }  in context()  function
 82   void set_context(const std::string* context) { property_entry_.context = context; }  in set_context()
 
 | 
| D | property_info_serializer_test.cpp | 148   const char* context;  in TEST()  local780   const char* context;  in TEST()  local
 825   const char* context;  in TEST()  local
 864   const char* context;  in TEST()  local
 
 | 
| D | trie_builder.cpp | 34 bool TrieBuilder::AddToTrie(const std::string& name, const std::string& context,  in AddToTrie()41 bool TrieBuilder::AddToTrie(const std::string& name, const std::string* context,  in AddToTrie()
 
 | 
| /system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ | 
| D | AutoFitTextureView.java | 31     public AutoFitTextureView(Context context) {  in AutoFitTextureView()35     public AutoFitTextureView(Context context, AttributeSet attrs) {  in AutoFitTextureView()
 39     public AutoFitTextureView(Context context, AttributeSet attrs, int defStyle) {  in AutoFitTextureView()
 
 | 
| /system/keymaster/km_openssl/ | 
| D | attestation_utils.cpp | 53                                               const AttestationContext& context,  in build_attestation_extension()84                                       const AttestationContext& context,  //  in build_eat_extension()
 116                                             const AttestationContext& context,  //  in add_attestation_extension()
 137                                         const AttestationContext& context, X509_Ptr* cert_out) {  in make_attestation_cert()
 220 EVP_PKEY_Ptr get_attestation_key(keymaster_algorithm_t algorithm, const AttestationContext& context,  in get_attestation_key()
 262                                       const AttestationContext& context,  //  in generate_attestation()
 279                                       const AttestationContext& context,  //  in generate_attestation()
 
 | 
| /system/chre/chpp/services/ | 
| D | timesync.c | 39 static void chppTimesyncGetTime(struct ChppAppState *context,  in chppTimesyncGetTime()63 bool chppDispatchTimesyncClientRequest(struct ChppAppState *context,  in chppDispatchTimesyncClientRequest()
 
 | 
| D | discovery.c | 48     struct ChppAppState *context, const struct ChppAppHeader *requestHeader) {  in chppDiscoveryDiscoverAll()82 bool chppDispatchDiscoveryClientRequest(struct ChppAppState *context,  in chppDispatchDiscoveryClientRequest()
 
 | 
| D | nonhandle.c | 37 void chppDispatchNonHandle(struct ChppAppState *context, uint8_t *buf,  in chppDispatchNonHandle()
 | 
| /system/chre/chpp/platform/ | 
| D | pal_api.c | 70 void chppPalSystemApiInit(struct ChppAppState *context) {  in chppPalSystemApiInit()84 void chppPalSystemApiDeinit(struct ChppAppState *context) {  in chppPalSystemApiDeinit()
 
 | 
| /system/chre/java/test/utils/src/com/google/android/utils/chre/ | 
| D | ContextHubHostTestUtil.java | 64     public static String getNanoAppBinaryPath(Context context, ContextHubInfo hubInfo) {  in getNanoAppBinaryPath()115         Context context = InstrumentationRegistry.getInstrumentation().getContext();  in createNanoAppBinary()  local
 137     public static InputStream getNanoAppInputStream(Context context, String fullName) {  in getNanoAppInputStream()
 328     public static void checkDeviceShouldRunTest(Context context, ContextHubManager manager) {  in checkDeviceShouldRunTest()
 
 | 
| /system/core/init/ | 
| D | selabel.cpp | 45     char* context;  in SelabelLookupFileContext()  local69     char* context;  in SelabelLookupFileContextBestMatch()  local
 
 | 
| /system/chre/platform/freertos/ | 
| D | init.cc | 72 void chreThreadEntry(void *context) {  in chreThreadEntry()91 void chreFlushLogsToHostThreadEntry(void *context) {  in chreFlushLogsToHostThreadEntry()
 
 | 
| /system/media/audio_utils/tests/ | 
| D | fifo_threads.cpp | 38     Context *context = (Context *) arg;  in input_routine()  local69     Context *context = (Context *) arg;  in output_routine()  local
 125     Context context;  in main()  local
 
 | 
| /system/keymaster/tests/ | 
| D | ckdf_test.cpp | 32     const char* context;  member91         auto context = hex2blob(test.context);  in TEST()  local
 
 | 
| D | attestation_record_test.cpp | 90     KeymasterTestContext context;  in TEST()  local181     KeymintTestContext context;  in TEST()  local
 273     KeymintTestContext context;  in TEST()  local
 289     KeymintTestContext context;  in TEST()  local
 303     KeymintTestContext context;  in TEST()  local
 
 | 
| /system/core/toolbox/ | 
| D | getprop.cpp | 58             const char* context = nullptr;  in PrintAllProperties()  local80             const char* context = nullptr;  in PrintProperty()  local
 
 | 
| /system/keymaster/include/keymaster/km_openssl/ | 
| D | rsa_key_factory.h | 29     explicit RsaKeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context)  in RsaKeyFactory()
 | 
| D | ec_key_factory.h | 29     explicit EcKeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context)  in EcKeyFactory()
 | 
| /system/keymaster/include/keymaster/ | 
| D | asymmetric_key_factory.h | 31     explicit AsymmetricKeyFactory(const KeymasterContext& context) : context_(context) {}  in AsymmetricKeyFactory()
 | 
| /system/chre/chpp/test/ | 
| D | fake_link_client.cpp | 142 void chppRegisterVendorClients(struct ChppAppState *context) {  in chppRegisterVendorClients()150 void chppDeregisterVendorClients(struct ChppAppState *context) {  in chppDeregisterVendorClients()
 
 |