| /system/chre/chpp/ |
| D | transport.c | 108 static void chppSetRxState(struct ChppTransportState *context, in chppSetRxState() 131 static size_t chppConsumePreamble(struct ChppTransportState *context, in chppConsumePreamble() 178 static size_t chppConsumeHeader(struct ChppTransportState *context, in chppConsumeHeader() 244 static size_t chppConsumePayload(struct ChppTransportState *context, in chppConsumePayload() 273 static size_t chppConsumeFooter(struct ChppTransportState *context, in chppConsumeFooter() 366 static void chppAbortRxPacket(struct ChppTransportState *context) { in chppAbortRxPacket() 429 struct ChppTransportState *context) { in chppProcessTransportLoopbackRequest() 474 struct ChppTransportState *context) { in chppProcessTransportLoopbackResponse() 509 static void chppSetResetComplete(struct ChppTransportState *context) { in chppSetResetComplete() 521 static void chppProcessResetAck(struct ChppTransportState *context) { in chppProcessResetAck() [all …]
|
| D | app.c | 98 static bool chppProcessPredefinedClientRequest(struct ChppAppState *context, in chppProcessPredefinedClientRequest() 143 static bool chppProcessPredefinedServiceResponse(struct ChppAppState *context, in chppProcessPredefinedServiceResponse() 201 struct ChppAppState *context, uint8_t *buf, size_t len) { in chppProcessPredefinedClientNotification() 220 struct ChppAppState *context, uint8_t *buf, size_t len) { in chppProcessPredefinedServiceNotification() 238 static bool chppDatagramLenIsOk(struct ChppAppState *context, in chppDatagramLenIsOk() 315 ChppDispatchFunction *chppGetDispatchFunction(struct ChppAppState *context, in chppGetDispatchFunction() 367 struct ChppAppState *context, uint8_t index) { in chppGetClientResetNotifierFunction() 382 struct ChppAppState *context, uint8_t index) { in chppGetServiceResetNotifierFunction() 396 struct ChppAppState *context, uint8_t handle) { in chppServiceOfHandle() 415 struct ChppAppState *context, uint8_t handle) { in chppClientOfHandle() [all …]
|
| D | clients.c | 113 struct ChppAppState *context, uint8_t index) { in chppGetClientDeinitFunction() 121 void chppRegisterCommonClients(struct ChppAppState *context) { in chppRegisterCommonClients() 144 void chppDeregisterCommonClients(struct ChppAppState *context) { in chppDeregisterCommonClients() 200 void chppInitBasicClients(struct ChppAppState *context) { in chppInitBasicClients() 241 void chppDeinitBasicClients(struct ChppAppState *context) { in chppDeinitBasicClients() 260 void chppDeinitMatchedClients(struct ChppAppState *context) { in chppDeinitMatchedClients() 537 void chppClientRecalculateNextTimeout(struct ChppAppState *context) { in chppClientRecalculateNextTimeout()
|
| D | services.c | 43 void chppRegisterCommonServices(struct ChppAppState *context) { in chppRegisterCommonServices() 65 void chppDeregisterCommonServices(struct ChppAppState *context) { in chppDeregisterCommonServices()
|
| /system/logging/liblog/ |
| D | log_event_list.cpp | 48 static void init_context(android_log_context_internal* context, uint32_t tag) { in init_context() argument 61 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 | 47 struct ChppLinuxLinkState *context = in linkSendThread() local 112 struct ChppLinuxLinkState *context = in init() local 128 struct ChppLinuxLinkState *context = in deinit() local 144 struct ChppLinuxLinkState *context = in send() local 171 struct ChppLinuxLinkState *context = in reset() local 187 struct ChppLinuxLinkState *context = in getTxBuffer() local
|
| /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/core/property_service/libpropertyinfoserializer/ |
| D | trie_builder.h | 33 const std::string* context; member 57 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() local 781 const char* context; in TEST() local 826 const char* context; in TEST() local 865 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/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()
|
| D | loopback.c | 33 bool chppDispatchLoopbackClientRequest(struct ChppAppState *context, in chppDispatchLoopbackClientRequest()
|
| /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/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/core/init/ |
| D | selabel.cpp | 45 char* context; in SelabelLookupFileContext() local 69 char* context; in SelabelLookupFileContextBestMatch() local
|
| /system/chre/chpp/test/ |
| D | fake_link_sync_test.cpp | 39 auto context = static_cast<struct ChppTestLinkState *>(linkContext); in init() local 45 auto context = static_cast<struct ChppTestLinkState *>(linkContext); in deinit() local 51 auto context = static_cast<struct ChppTestLinkState *>(linkContext); in send() local 69 auto context = static_cast<struct ChppTestLinkState *>(linkContext); in getTxBuffer() local
|
| /system/netd/server/ |
| D | MDnsSdListener.cpp | 83 Context* context = new Context(requestId); in discover() local 109 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerDiscoverCallback() local 169 Context* context = new Context(requestId); in serviceRegister() local 197 MDnsSdListener::Context* context = reinterpret_cast<MDnsSdListener::Context*>(inContext); in MDnsSdListenerRegisterCallback() local 229 Context* context = new Context(requestId); in resolveService() local 256 MDnsSdListener::Context* context = reinterpret_cast<MDnsSdListener::Context*>(inContext); in MDnsSdListenerResolveCallback() local 292 Context* context = new Context(requestId); in getAddrInfo() local 319 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerGetAddrInfoCallback() local 550 DNSServiceRef *MDnsSdListener::Monitor::allocateServiceRef(int id, Context *context) { in allocateServiceRef()
|
| /system/chre/platform/freertos/ |
| D | init.cc | 72 void chreThreadEntry(void *context) { in chreThreadEntry() 91 void chreFlushLogsToHostThreadEntry(void *context) { in chreFlushLogsToHostThreadEntry()
|
| /system/keymaster/include/keymaster/ |
| D | asymmetric_key_factory.h | 31 explicit AsymmetricKeyFactory(const KeymasterContext& context) : context_(context) {} in AsymmetricKeyFactory()
|
| /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/media/audio_utils/tests/ |
| D | fifo_threads.cpp | 38 Context *context = (Context *) arg; in input_routine() local 69 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; member 91 auto context = hex2blob(test.context); in TEST() local
|