/system/chre/chpp/ |
D | transport.c | 126 static void chppSetRxState(struct ChppTransportState *context, in chppSetRxState() 151 static size_t chppConsumePreamble(struct ChppTransportState *context, in chppConsumePreamble() 198 static size_t chppConsumeHeader(struct ChppTransportState *context, in chppConsumeHeader() 264 static size_t chppConsumePayload(struct ChppTransportState *context, in chppConsumePayload() 293 static size_t chppConsumeFooter(struct ChppTransportState *context, in chppConsumeFooter() 386 static void chppAbortRxPacket(struct ChppTransportState *context) { in chppAbortRxPacket() 449 struct ChppTransportState *context) { in chppProcessTransportLoopbackRequest() 494 struct ChppTransportState *context) { in chppProcessTransportLoopbackResponse() 529 static void chppSetResetComplete(struct ChppTransportState *context) { in chppSetResetComplete() 541 static void chppProcessResetAck(struct ChppTransportState *context) { in chppProcessResetAck() [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() 211 void chppInitBasicClients(struct ChppAppState *context) { in chppInitBasicClients() 256 void chppDeinitBasicClients(struct ChppAppState *context) { in chppDeinitBasicClients() 277 void chppDeinitMatchedClients(struct ChppAppState *context) { in chppDeinitMatchedClients()
|
D | app.c | 96 static bool chppProcessPredefinedClientRequest(struct ChppAppState *context, in chppProcessPredefinedClientRequest() 141 static bool chppProcessPredefinedServiceResponse(struct ChppAppState *context, in chppProcessPredefinedServiceResponse() 198 static bool chppDatagramLenIsOk(struct ChppAppState *context, in chppDatagramLenIsOk() 282 struct ChppAppState *context, uint8_t handle, enum ChppMessageType type) { in chppGetDispatchFunction() 339 struct ChppAppState *context, uint8_t index) { in chppGetClientResetNotifierFunction() 356 struct ChppAppState *context, uint8_t index) { in chppGetServiceResetNotifierFunction() 373 struct ChppAppState *context, uint8_t handle) { in chppServiceOfHandle() 395 struct ChppAppState *context, uint8_t handle) { in chppClientOfHandle() 419 struct ChppAppState *context, uint8_t handle) { in chppServiceStateOfHandle() 439 struct ChppAppState *context, uint8_t handle) { in chppClientStateOfHandle() [all …]
|
/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/server_configurable_flags/aconfigd/ |
D | storage_files.cpp | 263 base::Result<bool> StorageFiles::IsFlagReadOnly(const PackageFlagContext& context) { in IsFlagReadOnly() 302 auto context = GetPackageFlagContext(entry.package_name(), entry.flag_name()); in ApplyLocalOverrideToBootFlagValue() local 447 const PackageFlagContext& context) { in GetFlagAttribute() 467 const PackageFlagContext& context) { in GetServerFlagValue() 502 const PackageFlagContext& context) { in GetLocalFlagValue() 532 const PackageFlagContext& context) { in GetBootFlagValue() 560 const PackageFlagContext& context) { in GetDefaultFlagValue() 587 base::Result<void> StorageFiles::SetServerFlagValue(const PackageFlagContext& context, in SetServerFlagValue() 625 base::Result<void> StorageFiles::SetLocalFlagValue(const PackageFlagContext& context, in SetLocalFlagValue() 675 base::Result<void> StorageFiles::SetHasServerOverride(const PackageFlagContext& context, in SetHasServerOverride() [all …]
|
/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/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/chre/chpp/test/ |
D | fake_link_sync_test.cpp | 40 auto context = static_cast<struct ChppTestLinkState *>(linkContext); in init() local 46 auto context = static_cast<struct ChppTestLinkState *>(linkContext); in deinit() local 52 auto context = static_cast<struct ChppTestLinkState *>(linkContext); in send() local 70 auto context = static_cast<struct ChppTestLinkState *>(linkContext); in getTxBuffer() local
|
/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/km_openssl/ |
D | ec_key_factory.h | 29 explicit EcKeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context) in EcKeyFactory()
|
D | rsa_key_factory.h | 29 explicit RsaKeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context) in RsaKeyFactory()
|
/system/keymaster/include/keymaster/ |
D | asymmetric_key_factory.h | 31 explicit AsymmetricKeyFactory(const KeymasterContext& context) : context_(context) {} in AsymmetricKeyFactory()
|
/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
|