Home
last modified time | relevance | path

Searched defs:finish (Results 1 – 23 of 23) sorted by relevance

/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/
DIKeyMintOperation.aidl40 …byte[] finish(in @nullable byte[] input, in @nullable byte[] signature, in @nullable android.hardw… in finish() method
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DIKeyMintOperation.aidl40 …byte[] finish(in @nullable byte[] input, in @nullable byte[] signature, in @nullable android.hardw… in finish() method
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/android/hardware/security/keymint/
DIKeyMintOperation.aidl40 …byte[] finish(in @nullable byte[] input, in @nullable byte[] signature, in @nullable android.hardw… in finish() method
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/4/android/hardware/security/keymint/
DIKeyMintOperation.aidl40 …byte[] finish(in @nullable byte[] input, in @nullable byte[] signature, in @nullable android.hardw… in finish() method
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DIKeyMintOperation.aidl269 byte[] finish(in @nullable byte[] input, in @nullable byte[] signature, in finish() method
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DIKeyMintOperation.aidl40 …byte[] finish(in @nullable byte[] input, in @nullable byte[] signature, in @nullable android.hardw… in finish() method
/hardware/google/gfxstream/guest/egl/
DEGLClientIface.h30 void (*finish)(); member
/hardware/interfaces/security/authgraph/aidl/android/hardware/security/authgraph/
DIAuthGraphKeyExchange.aidl195 SessionInfo finish(in PubKey peerPubKey, in Identity peerId, in finish() method
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/current/android/hardware/security/authgraph/
DIAuthGraphKeyExchange.aidl40 …android.hardware.security.authgraph.SessionInfo finish(in android.hardware.security.authgraph.PubK… in finish() method
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/1/android/hardware/security/authgraph/
DIAuthGraphKeyExchange.aidl40 …android.hardware.security.authgraph.SessionInfo finish(in android.hardware.security.authgraph.PubK… in finish() method
/hardware/google/gfxstream/guest/GLESv1/
Dgl.cpp127 void finish() in finish() function
/hardware/google/gfxstream/guest/GLESv2/
Dgl2.cpp134 void finish() in finish() function
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleObjectPool_test.cpp115 auto finish = elapsedRealtimeNano(); in TEST_F() local
/hardware/libhardware/include_all/hardware/
Dkeymaster2.h405 keymaster_error_t (*finish)(const struct keymaster2_device* dev, member
Dkeymaster1.h521 keymaster_error_t (*finish)(const struct keymaster1_device* dev, member
/hardware/libhardware/include/hardware/
Dkeymaster2.h405 keymaster_error_t (*finish)(const struct keymaster2_device* dev, member
Dkeymaster1.h521 keymaster_error_t (*finish)(const struct keymaster1_device* dev, member
/hardware/nxp/keymint/KM300/
DJavacardKeyMintOperation.cpp100 ScopedAStatus JavacardKeyMintOperation::finish(const optional<vector<uint8_t>>& input, in finish() function in aidl::android::hardware::security::keymint::JavacardKeyMintOperation
/hardware/nxp/keymint/KM200/
DJavacardKeyMintOperation.cpp99 ScopedAStatus JavacardKeyMintOperation::finish( in finish() function in aidl::android::hardware::security::keymint::JavacardKeyMintOperation
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h140 Return<void> finish(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams, in finish() function
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/include/GLcommon/
DTranslatorIfaces.h102 void (*finish)(); member
/hardware/interfaces/keymaster/4.1/support/
DKeymaster3.cpp264 Return<void> Keymaster3::finish(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams, in finish() function in android::hardware::keymaster::V4_1::support::Keymaster3
/hardware/google/gfxstream/host/
DRendererImpl.cpp207 void RendererImpl::finish() { in finish() function in gfxstream::RendererImpl