Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 117) sorted by relevance

12345

/system/chre/chpp/
Dtransport.c135 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 …]
Dapp.c102 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 …]
Dclients.c115 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/
Dlog_event_list.cpp48 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/
Dlink.c52 struct ChppLinuxLinkState *context = in linkSendThread() local
114 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/
Dtrie_builder.h33 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()
Dproperty_info_serializer_test.cpp148 const char* context; in TEST() local
780 const char* context; in TEST() local
825 const char* context; in TEST() local
864 const char* context; in TEST() local
Dtrie_builder.cpp34 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/
DAutoFitTextureView.java31 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/
Dattestation_utils.cpp53 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/
Dtimesync.c39 static void chppTimesyncGetTime(struct ChppAppState *context, in chppTimesyncGetTime()
63 bool chppDispatchTimesyncClientRequest(struct ChppAppState *context, in chppDispatchTimesyncClientRequest()
Ddiscovery.c48 struct ChppAppState *context, const struct ChppAppHeader *requestHeader) { in chppDiscoveryDiscoverAll()
82 bool chppDispatchDiscoveryClientRequest(struct ChppAppState *context, in chppDispatchDiscoveryClientRequest()
Dnonhandle.c37 void chppDispatchNonHandle(struct ChppAppState *context, uint8_t *buf, in chppDispatchNonHandle()
/system/chre/chpp/platform/
Dpal_api.c70 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/
DContextHubHostTestUtil.java64 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/
Dselabel.cpp45 char* context; in SelabelLookupFileContext() local
69 char* context; in SelabelLookupFileContextBestMatch() local
/system/chre/platform/freertos/
Dinit.cc72 void chreThreadEntry(void *context) { in chreThreadEntry()
91 void chreFlushLogsToHostThreadEntry(void *context) { in chreFlushLogsToHostThreadEntry()
/system/media/audio_utils/tests/
Dfifo_threads.cpp38 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/
Dckdf_test.cpp32 const char* context; member
91 auto context = hex2blob(test.context); in TEST() local
Dattestation_record_test.cpp90 KeymasterTestContext context; in TEST() local
181 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/
Dgetprop.cpp58 const char* context = nullptr; in PrintAllProperties() local
80 const char* context = nullptr; in PrintProperty() local
/system/keymaster/include/keymaster/km_openssl/
Drsa_key_factory.h29 explicit RsaKeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context) in RsaKeyFactory()
Dec_key_factory.h29 explicit EcKeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context) in EcKeyFactory()
/system/keymaster/include/keymaster/
Dasymmetric_key_factory.h31 explicit AsymmetricKeyFactory(const KeymasterContext& context) : context_(context) {} in AsymmetricKeyFactory()
/system/chre/chpp/test/
Dfake_link_client.cpp142 void chppRegisterVendorClients(struct ChppAppState *context) { in chppRegisterVendorClients()
150 void chppDeregisterVendorClients(struct ChppAppState *context) { in chppDeregisterVendorClients()

12345