Searched refs:wrapper (Results 1 – 13 of 13) sorted by relevance
/system/bt/btcore/src/ |
D | module.c | 210 callbacked_wrapper_t *wrapper = osi_calloc(sizeof(callbacked_wrapper_t)); in module_start_up_callbacked_wrapper() local 212 wrapper->module = module; in module_start_up_callbacked_wrapper() 213 wrapper->lifecycle_thread = thread_new("module_wrapper"); in module_start_up_callbacked_wrapper() 214 wrapper->callback_thread = callback_thread; in module_start_up_callbacked_wrapper() 215 wrapper->callback = callback; in module_start_up_callbacked_wrapper() 218 thread_post(wrapper->lifecycle_thread, run_wrapped_start_up, wrapper); in module_start_up_callbacked_wrapper() 224 callbacked_wrapper_t *wrapper = context; in run_wrapped_start_up() local 225 wrapper->success = module_start_up(wrapper->module); in run_wrapped_start_up() 228 thread_post(wrapper->callback_thread, post_result_to_callback, wrapper); in run_wrapped_start_up() 234 callbacked_wrapper_t *wrapper = context; in post_result_to_callback() local [all …]
|
/system/connectivity/shill/ |
D | property_accessor_unittest.cc | 389 StringWrapper wrapper; in TEST() local 395 const string orig_value = wrapper.value_ = "original value"; in TEST() 396 CustomAccessor<StringWrapper, string> accessor(&wrapper, in TEST() 414 wrapper.value_ = "nooooo"; in TEST() 415 EXPECT_EQ(wrapper.value_, accessor.Get(&error)); in TEST() 420 CustomAccessor<StringWrapper, string> accessor(&wrapper, in TEST() 423 EXPECT_EQ(wrapper.value_, accessor.Get(&error)); in TEST() 429 EXPECT_EQ(wrapper.value_, accessor.Get(&error)); in TEST() 431 wrapper.value_ = "nooooo"; in TEST() 432 EXPECT_EQ(wrapper.value_, accessor.Get(&error)); in TEST() [all …]
|
/system/core/libbinderwrapper/ |
D | binder_wrapper.cc | 35 void BinderWrapper::InitForTesting(BinderWrapper* wrapper) { in InitForTesting() argument 37 instance_ = wrapper; in InitForTesting()
|
/system/keymaster/ |
D | android_keymaster_test_utils.h | 363 Keymaster0CountingWrapper* wrapper = in device() local 365 return wrapper->device_; in device() 369 Keymaster0CountingWrapper* wrapper = in increment() local 371 wrapper->counter_++; in increment() 377 Keymaster0CountingWrapper* wrapper = in counting_close_device() local 380 wrapper->device_->common.close(reinterpret_cast<hw_device_t*>(wrapper->device_)); in counting_close_device() 381 delete wrapper; in counting_close_device() local
|
D | android_keymaster_test_utils.cpp | 734 Sha256OnlyWrapper* wrapper = reinterpret_cast<Sha256OnlyWrapper*>(dev); in close_device() local 735 const keymaster1_device_t* wrapped_device = wrapper->wrapped_device_; in close_device() 736 delete wrapper; in close_device()
|
/system/core/include/binderwrapper/ |
D | binder_wrapper.h | 44 static void InitForTesting(BinderWrapper* wrapper);
|
/system/tpm/attestation/common/ |
D | common.proto | 80 // The wrapper message of any data and its signature.
|
/system/core/adb/ |
D | test_device.py | 42 def wrapper(self, *args): function 58 return wrapper 62 def wrapper(self, *args): function 75 return wrapper
|
/system/sepolicy/ |
D | zygote.te | 65 # Handle --invoke-with command when launching Zygote with a wrapper command.
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 6871 inner wrapper 6872 may be TPM_ALG_NULL if no inner wrapper is applied 6902 wrapper. 7051 // an inner wrapper and the new parent may not be TPM_RH_NULL 7156 // Do not apply outer wrapper 7568 // Produce outer wrapper for output 7662 If the inner or outer wrapper is present, then a valid integrity value shall be present or the TPM … 7752 wrapper for duplicate 7778 contain an inner symmetric wrapper 7789 wrapper [all …]
|
D | raw_commands_fixed.txt | 6875 inner wrapper 6876 may be TPM_ALG_NULL if no inner wrapper is applied 6906 wrapper. 7057 // an inner wrapper and the new parent may not be TPM_RH_NULL 7162 // Do not apply outer wrapper 7578 // Produce outer wrapper for output 7672 If the inner or outer wrapper is present, then a valid integrity value shall be present or the TPM … 7764 wrapper for duplicate 7788 contain an inner symmetric wrapper 7802 wrapper [all …]
|
D | raw_structures.txt | 8040 CLEAR (0): The object may be duplicated without an inner wrapper on the 8448 with an inner wrapper and the new parent shall be an asymmetric key and not TPM_RH_NULL 14262 key for the outer wrapper of a duplication blob, or
|
D | raw_structures_fixed.txt | 8068 CLEAR (0): The object may be duplicated without an inner wrapper on the 8476 with an inner wrapper and the new parent shall be an asymmetric key and not TPM_RH_NULL 14274 key for the outer wrapper of a duplication blob, or
|