Searched refs:context (Results 76 - 100 of 148) sorted by relevance

123456

/system/bt/hci/src/
H A Dhci_layer.cc67 void* context; member in struct:__anon735
118 static void event_finish_startup(void* context);
119 static void startup_timer_expired(void* context);
125 static void command_timed_out(void* context);
166 void message_loop_run(UNUSED_ATTR void* context) { argument
310 command_status_cb status_callback, void* context) {
319 wait_entry->context = context;
360 static void event_finish_startup(UNUSED_ATTR void* context) { argument
368 static void startup_timer_expired(UNUSED_ATTR void* context) { argument
308 transmit_command(BT_HDR* command, command_complete_cb complete_callback, command_status_cb status_callback, void* context) argument
[all...]
H A Dbtsnoop_net.cc39 static void* listen_fn_(void* context);
92 static void* listen_fn_(UNUSED_ATTR void* context) { argument
/system/core/liblog/
H A Dlocal_logger.c50 .context.priv = NULL,
211 (transp->context.node == node)) {
213 transp->context.node = &log->head;
215 transp->context.node = node->next;
352 node = transp->context.node;
358 return transp->context.node = &logbuf.head;
376 return transp->context.node = node;
420 transp->context.node = node;
446 transp->context.node = node;
458 transp->context
[all...]
H A Dfake_writer.c37 .context.priv = &logFds,
H A Dlogger.h44 union android_log_context context; /* Initialized by static allocation */ member in struct:android_log_transport_write
119 union android_log_context context; /* zero init per-transport context */ member in struct:android_log_transport_context
/system/core/libcutils/
H A Dhashmap.c259 void* (*initialValue)(void* key, void* context), void* context) {
274 void* value = initialValue(key, context);
314 bool (*callback)(void* key, void* value, void* context),
315 void* context) {
321 if (!callback(entry->key, entry->value, context)) {
258 hashmapMemoize(Hashmap* map, void* key, void* (*initialValue)(void* key, void* context), void* context) argument
313 hashmapForEach(Hashmap* map, bool (*callback)(void* key, void* value, void* context), void* context) argument
/system/bt/osi/test/
H A Dreactor_test.cc76 static void unregister_cb(void* context) { argument
77 unregister_arg_t* arg = (unregister_arg_t*)context;
/system/bt/stack/btu/
H A Dbtu_hcif.cc75 static void btu_hcif_command_complete_evt(BT_HDR* response, void* context);
77 void* context);
417 void* context) {
424 cmd_with_cb_data* cb_wrapper = (cmd_with_cb_data*)context;
435 void* context) {
438 response, context));
443 void* context) {
451 cmd_with_cb_data* cb_wrapper = (cmd_with_cb_data*)context;
462 void* context) {
471 command, context));
416 btu_hcif_command_complete_evt_with_cb_on_task(BT_HDR* event, void* context) argument
434 btu_hcif_command_complete_evt_with_cb(BT_HDR* response, void* context) argument
441 btu_hcif_command_status_evt_with_cb_on_task(uint8_t status, BT_HDR* event, void* context) argument
461 btu_hcif_command_status_evt_with_cb(uint8_t status, BT_HDR* command, void* context) argument
1004 btu_hcif_command_complete_evt_on_task(BT_HDR* event, void* context) argument
1021 btu_hcif_command_complete_evt(BT_HDR* response, void* context) argument
1184 btu_hcif_command_status_evt_on_task(uint8_t status, BT_HDR* event, void* context) argument
1194 btu_hcif_command_status_evt(uint8_t status, BT_HDR* command, void* context) argument
[all...]
/system/keymaster/
H A Dec_keymaster0_key.cpp32 EcdsaKeymaster0KeyFactory::EcdsaKeymaster0KeyFactory(const SoftKeymasterContext* context, argument
34 : EcKeyFactory(context), engine_(engine) {}
H A Dec_keymaster1_key.cpp30 EcdsaKeymaster1KeyFactory::EcdsaKeymaster1KeyFactory(const SoftKeymasterContext* context, argument
32 : EcKeyFactory(context), engine_(engine),
H A Doperation.cpp138 keymaster_error_t Operation::CreateOperationHandle(const KeymasterContext& context, argument
140 return context.GenerateRandom(reinterpret_cast<uint8_t*>(op_handle), sizeof(*op_handle));
H A Drsa_keymaster0_key.cpp32 RsaKeymaster0KeyFactory::RsaKeymaster0KeyFactory(const SoftKeymasterContext* context, argument
34 : RsaKeyFactory(context), engine_(engine) {}
H A Drsa_keymaster1_key.cpp30 RsaKeymaster1KeyFactory::RsaKeymaster1KeyFactory(const SoftKeymasterContext* context, argument
32 : RsaKeyFactory(context), engine_(engine),
H A Dandroid_keymaster.cpp49 const KeymasterContext& context) {
52 context.GetSystemVersion(&os_version, &os_patchlevel);
68 AndroidKeymaster::AndroidKeymaster(KeymasterContext* context, size_t operation_table_size) argument
69 : context_(context), operation_table_(new(std::nothrow) OperationTable(operation_table_size)) {}
85 bool check_supported(const KeymasterContext& context, keymaster_algorithm_t algorithm, argument
87 if (context.GetKeyFactory(algorithm) == NULL) {
122 void GetSupported(const KeymasterContext& context, keymaster_algorithm_t algorithm, argument
126 if (response == NULL || !check_supported(context, algorithm, response))
129 const OperationFactory* factory = context.GetOperationFactory(algorithm, purpose);
223 static KeyFactory* GetKeyFactory(const KeymasterContext& context, argument
47 CheckVersionInfo(const AuthorizationSet& tee_enforced, const AuthorizationSet& sw_enforced, const KeymasterContext& context) argument
[all...]
H A Dec_keymaster0_key.h39 EcdsaKeymaster0KeyFactory(const SoftKeymasterContext* context, const Keymaster0Engine* engine);
H A Dec_keymaster1_key.h43 EcdsaKeymaster1KeyFactory(const SoftKeymasterContext* context, const Keymaster1Engine* engine);
H A Drsa_keymaster0_key.h39 RsaKeymaster0KeyFactory(const SoftKeymasterContext* context, const Keymaster0Engine* engine);
H A Drsa_keymaster1_key.h43 RsaKeymaster1KeyFactory(const SoftKeymasterContext* context, const Keymaster1Engine* engine);
/system/bt/embdrv/sbc/decoder/include/
H A Doi_codec_sbc_private.h159 PRIVATE OI_STATUS internal_DecodeRaw(OI_CODEC_SBC_DECODER_CONTEXT* context,
164 INLINE OI_STATUS internal_DecoderReset(OI_CODEC_SBC_DECODER_CONTEXT* context,
214 PRIVATE void OI_SBC_SynthFrame(OI_CODEC_SBC_DECODER_CONTEXT* context,
219 OI_CODEC_SBC_DECODER_CONTEXT* context, const OI_BYTE* data, uint32_t len);
/system/update_engine/common/
H A Dhash_calculator.h62 // Gets the current hash context. Note that the string will contain binary
66 // Sets the current hash context. |context| must the string returned by a
69 bool SetContext(const std::string& context);
/system/netd/server/
H A DMDnsSdListener.h92 Element(int id, Context *context) argument
93 : mId(id), mNext(NULL), mContext(context), mReady(0) {}
/system/tpm/attestation/common/
H A Dtpm_utility_v1.cc473 bool TpmUtilityV1::ConnectContext(ScopedTssContext* context, TSS_HTPM* tpm) { argument
476 if (TPM_ERROR(result = Tspi_Context_Create(context->ptr()))) {
480 if (TPM_ERROR(result = Tspi_Context_Connect(*context, nullptr))) {
485 if (TPM_ERROR(result = Tspi_Context_GetTpmObject(*context, tpm))) {
495 ScopedTssContext* context,
498 if (!ConnectContext(context, tpm)) {
614 bool TpmUtilityV1::GetDataAttribute(TSS_HCONTEXT context, argument
620 ScopedTssMemory buffer(context);
493 ConnectContextAsDelegate(const std::string& delegate_blob, const std::string& delegate_secret, ScopedTssContext* context, TSS_HTPM* tpm) argument
/system/vold/
H A DUtils.h51 /* fs_prepare_dir wrapper that creates with SELinux context */
73 status_t ForkExecvp(const std::vector<std::string>& args, security_context_t context);
78 std::vector<std::string>& output, security_context_t context);
/system/bt/stack/btm/
H A Dbtm_dev.cc315 bool is_handle_equal(void* data, void* context) { argument
317 uint16_t* handle = static_cast<uint16_t*>(context);
342 bool is_address_equal(void* data, void* context) { argument
344 const RawAddress* bd_addr = ((RawAddress*)context);
/system/core/libbacktrace/
H A DBacktraceOffline.h59 bool Unwind(size_t num_ignore_frames, ucontext_t* context) override;

Completed in 1872 milliseconds

123456