Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 7 of 7) sorted by relevance

/trusty/user/app/avb/ipc/
Davb_ipc.cpp39 static int ExecuteCommand(void (AvbManager::*operation)(const Request&, in ExecuteCommand()
53 (g_avb_manager->*operation)(req, &rsp); in ExecuteCommand()
/trusty/user/app/gatekeeper/ipc/
Dgatekeeper_ipc.cpp51 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/
Dkeymaster_ipc.cpp194 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/
Dstorage_mock.c64 static int not_implemented_handler(const char* operation) { in not_implemented_handler() argument
67 operation); in not_implemented_handler()
/trusty/user/app/keymaster/
Drules.mk44 $(KEYMASTER_ROOT)/android_keymaster/operation.cpp \
Dtrusty_keymaster_context.cpp1333 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/
Dtest-map419 # because KM4 VTS leaks operation slots on Trusty (b/146083990).