Searched refs:operation (Results 1 – 7 of 7) sorted by relevance
/trusty/user/app/avb/ipc/ |
D | avb_ipc.cpp | 39 static int ExecuteCommand(void (AvbManager::*operation)(const Request&, in ExecuteCommand() 53 (g_avb_manager->*operation)(req, &rsp); in ExecuteCommand()
|
/trusty/user/app/gatekeeper/ipc/ |
D | gatekeeper_ipc.cpp | 51 static gatekeeper_error_t exec_cmd(void (GateKeeper::*operation)(const Request&, in exec_cmd() 70 (device->*operation)(req, &rsp); in exec_cmd()
|
/trusty/user/app/keymaster/ipc/ |
D | keymaster_ipc.cpp | 194 static long do_dispatch(void (Keymaster::*operation)(const Request&, Response*), in do_dispatch() 207 (device->*operation)(req, &rsp); in do_dispatch() 229 static long do_dispatch(Response (Keymaster::*operation)(const Request&), in do_dispatch() 241 Response rsp = ((device->*operation)(req)); in do_dispatch() 262 static long do_dispatch(Response (Keymaster::*operation)(), in do_dispatch() argument 268 Response rsp = ((device->*operation)()); in do_dispatch()
|
/trusty/user/app/storage/storage_mock/ |
D | storage_mock.c | 64 static int not_implemented_handler(const char* operation) { in not_implemented_handler() argument 67 operation); in not_implemented_handler()
|
/trusty/user/app/keymaster/ |
D | rules.mk | 44 $(KEYMASTER_ROOT)/android_keymaster/operation.cpp \
|
D | trusty_keymaster_context.cpp | 1333 OperationPtr operation(operation_factory->CreateOperation( in UnwrapKey() local 1335 if ((operation.get() == NULL) || (error != KM_ERROR_OK)) { in UnwrapKey() 1339 error = operation->Begin(wrapping_key_params, &out_params); in UnwrapKey() 1353 error = operation->Finish(wrapping_key_params, input, in UnwrapKey()
|
/trusty/vendor/google/aosp/scripts/ |
D | test-map | 419 # because KM4 VTS leaks operation slots on Trusty (b/146083990).
|