Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 34) sorted by relevance

12

/system/keymaster/
Dae.h95 int ad_len, void* ct, void* tag, int final);
125 int ad_len, void* pt, const void* tag, int final);
Docb.c789 static void process_ad(ae_ctx* ctx, const void* ad, int ad_len, int final) { in process_ad() argument
847 if (final) { in process_ad()
919 int ad_len, void* ct, void* tag, int final) { in ae_encrypt() argument
941 process_ad(ctx, ad, ad_len, final); in ae_encrypt()
1003 if (final) { in ae_encrypt()
1130 int ad_len, void* pt, const void* tag, int final) { in ae_decrypt() argument
1142 if ((final) && (!tag)) in ae_decrypt()
1160 process_ad(ctx, ad, ad_len, final); in ae_decrypt()
1221 if (final) { in ae_decrypt()
/system/tools/aidl/
Doptions.h30 class JavaOptions final {
72 class CppOptions final {
Dast_cpp.h394 class CppHeader final : public Document {
407 class CppSource final : public Document {
/system/update_engine/
Dnetwork_selector_stub.h26 class NetworkSelectorStub final : public NetworkSelectorInterface {
Dnetwork_selector_android.h26 class NetworkSelectorAndroid final : public NetworkSelectorInterface {
Dlibcros_proxy.h31 class LibCrosProxy final {
Dhardware_android.h31 class HardwareAndroid final : public HardwareInterface {
Dhardware_chromeos.h33 class HardwareChromeOS final : public HardwareInterface {
/system/bt/service/common/bluetooth/util/
Datomic_string.h25 class AtomicString final {
/system/connectivity/wificond/tests/integration/
Dprocess_utils.h46 class ScopedDevModeWificond final {
/system/core/libappfuse/include/libappfuse/
DFuseBridgeLoop.h42 class FuseBridgeLoop final {
DFuseBuffer.h101 union FuseBuffer final { union
DFuseAppLoop.h45 class FuseAppLoop final {
/system/core/base/include/android-base/
Dunique_fd.h53 class unique_fd_impl final {
/system/core/libutils/include/utils/
DLruCache.h67 class Entry final : public KeyedEntry {
76 const TKey& getKey() const final { return key; } in getKey()
84 const TKey& getKey() const final { return key; } in getKey()
/system/extras/perfprofd/quipper/base/
Dcompiler_specific.h147 #define FINAL final
/system/extras/ksmutils/
Dlookup3.c150 #define final(a,b,c) \ macro
201 final(a,b,c); in hashword()
247 final(a,b,c); in hashword2()
448 final(a,b,c); in hashlittle()
633 final(a,b,c); in hashlittle2()
763 final(a,b,c); in hashbig()
/system/connectivity/wificond/
Dmain.cpp49 class ScopedSignalHandler final {
/system/libhidl/base/include/hidl/
DStatus.h54 class Status final {
/system/bt/service/ipc/binder/
Dremote_callback_list.h53 class RemoteCallbackList final {
Dremote_callback_map.h38 class RemoteCallbackMap final {
/system/sepolicy/
DREADME11 final line terminated by a newline character (0x0A). This
62 It is important to note the final processed version of this file
/system/media/camera/docs/
DCameraMetadataEnums.mako45 public static final int ${jenum_value(entry, value)} = ${enum_calculate_value_string(value)};
DCameraMetadataKeys.mako69 public static final Key<${jtype_boxed(entry)}> ${entry.name | jkey_identifier} =

12