/hardware/google/aemu/base/ |
D | ContiguousRangeMapper_unittest.cpp | 40 rm.finish(); in TEST() 49 rm.finish(); in TEST() 53 rm.finish(); in TEST() 81 rm.finish(); in TEST() 114 rm.finish(); in TEST()
|
/hardware/interfaces/health/storage/1.0/ |
D | IStorage.hal | 33 * specified timeout, the implementation must call IGarbageCollect.finish 36 * If garbage collection does not finish within the specified timeout, 38 * IGarbageCollect.finish.
|
/hardware/google/gfxstream/guest/GLESv1/ |
D | gl.cpp | 132 void finish() in finish() function 183 s_gl->finish = finish; in init_emul_gles()
|
/hardware/google/gfxstream/guest/GLESv2/ |
D | gl2.cpp | 138 void finish() in finish() function 188 s_gl->finish = finish; in init_emul_gles()
|
/hardware/interfaces/tests/multithread/1.0/ |
D | IMultithread.hal | 22 * Makes calls finish only when specific number of them are running in parallel 30 * @param numThreads number of calls in parallel to finish
|
/hardware/google/gfxstream/guest/OpenglSystemCommon/ |
D | EGLClientIface.h | 30 void (*finish)(); member
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleObjectPool_test.cpp | 115 auto finish = elapsedRealtimeNano(); in TEST_F() local 122 auto elapsedMs = (finish - start) / 1000000; in TEST_F()
|
/hardware/interfaces/security/authgraph/aidl/vts/functional/ |
D | sink.rs | 72 .finish( 148 .finish( in test_corrupt_sig() 204 .finish( in test_corrupt_keys()
|
D | source.rs | 79 .finish( 164 let result = source.finish( in test_corrupt_sig() 240 let result = source.finish( in test_corrupt_key()
|
D | AuthGraphSessionTest.cpp | 144 ASSERT_EQ(OK, GetReturnError(source->finish(sink_init_info.key.pubKey.value(), in TEST_P() 213 ASSERT_EQ(OK, GetReturnError(source->finish(sink1_init_info.key.pubKey.value(), in TEST_P() 222 ASSERT_EQ(OK, GetReturnError(source->finish(sink2_init_info.key.pubKey.value(), in TEST_P() 295 ASSERT_EQ(OK, GetReturnError(source1->finish(sink_init1_info.key.pubKey.value(), in TEST_P() 305 ASSERT_EQ(OK, GetReturnError(source2->finish(sink_init2_info.key.pubKey.value(), in TEST_P()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_drm_syncobj.h | 45 return type->finish == vk_drm_syncobj_finish; in vk_sync_type_is_drm_syncobj()
|
D | vk_sync_dummy.c | 57 .finish = vk_sync_dummy_finish,
|
/hardware/google/aemu/base/include/aemu/base/memory/ |
D | ContiguousRangeMapper.h | 43 void finish();
|
/hardware/interfaces/vibrator/aidl/default/example_java_client/example/vib/ |
D | MyActivity.java | 52 finish(); in onCreate()
|
/hardware/interfaces/staging/security/see/hwcrypto/aidl/android/hardware/security/see/hwcrypto/ |
D | CryptoOperation.aidl | 80 @nullable Void finish;
|
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
D | IKeyMintOperation.aidl | 269 byte[] finish(in @nullable byte[] input, in @nullable byte[] signature, in finish() method
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/ |
D | IKeyMintOperation.aidl | 40 …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/ |
D | IKeyMintOperation.aidl | 40 …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/ |
D | IKeyMintOperation.aidl | 40 …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/1/android/hardware/security/keymint/ |
D | IKeyMintOperation.aidl | 40 …byte[] finish(in @nullable byte[] input, in @nullable byte[] signature, in @nullable android.hardw… in finish() method
|
/hardware/interfaces/staging/security/see/hwcrypto/aidl/aidl_api/android.hardware.security.see/current/android/hardware/security/see/hwcrypto/ |
D | CryptoOperation.aidl | 43 @nullable android.hardware.security.see.hwcrypto.types.Void finish;
|
/hardware/interfaces/security/authgraph/aidl/android/hardware/security/authgraph/ |
D | IAuthGraphKeyExchange.aidl | 195 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/ |
D | IAuthGraphKeyExchange.aidl | 40 …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/ |
D | IAuthGraphKeyExchange.aidl | 40 …android.hardware.security.authgraph.SessionInfo finish(in android.hardware.security.authgraph.PubK… in finish() method
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 240 * update(), finish() or abort(). 242 * It is critical that each call to begin() be paired with a subsequent call to finish() or 246 * for operations. Any result other than ErrorCode::OK from begin(), update() or finish() 273 * finish() or abort(). 302 * update() or finish(). 318 * invalid when finish() returns. 324 * begin(). finish() must consume all provided data or return 332 * @return outParams Any output parameters generated by finish(). 336 finish(OperationHandle operationHandle, vec<KeyParameter> inParams, vec<uint8_t> input,
|