Home
last modified time | relevance | path

Searched refs:OK (Results 1 – 14 of 14) sorted by relevance

/trusty/kernel/lib/shared/device_tree/client/
Ddevice_tree.cpp72 return android::OK; in device_tree_get_service()
85 return android::OK; in from_binder_status()
109 if (auto err = from_binder_status(rc); err != android::OK) { in device_tree_idevice_tree_get_compatible_nodes_from_list()
120 return android::OK; in device_tree_idevice_tree_get_compatible_nodes_from_list()
132 if (auto err = from_binder_status(rc); err != android::OK) in device_tree_inode_iter_get_next_node()
142 return android::OK; in device_tree_inode_iter_get_next_node()
155 if (auto err = from_binder_status(rc); err != android::OK) in device_tree_inode_get_name()
159 return android::OK; in device_tree_inode_get_name()
174 if (auto err = from_binder_status(rc); err != android::OK) in device_tree_inode_get_subnode()
184 return android::OK; in device_tree_inode_get_subnode()
[all …]
/trusty/user/base/lib/hwasan/test/
Dhwasan_test.c38 #define OK 0 macro
41 static int hwasan_error = OK;
52 WRITE_ONCE(hwasan_error, OK); in hwasan_get_error()
63 ASSERT_EQ(hwasan_get_error(), OK); in TEST()
71 ASSERT_EQ(hwasan_get_error(), OK); in TEST()
74 ASSERT_EQ(hwasan_get_error(), OK); in TEST()
96 ASSERT_EQ(hwasan_get_error(), OK); in TEST()
99 ASSERT_EQ(hwasan_get_error(), OK); in TEST()
139 ASSERT_EQ(hwasan_get_error(), OK); in TEST()
167 ASSERT_EQ(hwasan_get_error(), OK); in TEST()
[all …]
/trusty/user/base/lib/stats/
Dstats.cpp47 return android::OK; \
72 rc != android::OK) { in stats_istats_get_service()
81 return android::OK; in stats_istats_get_service()
93 return android::OK; in stats_istats_report_vendor_atom()
111 return android::OK; in stats_vendor_atom_create_parcel()
119 return android::OK; in stats_vendor_atom_set_reverse_domain_name()
125 return android::OK; in stats_vendor_atom_set_atom_id()
/trusty/user/app/confirmationui/src/
Dtrusty_operation.cpp95 if (rc != ResponseCode::OK) { in initHook()
123 return ResponseCode::OK; in testCommandHook()
139 if (rc != ResponseCode::OK) { in extendedProtocolHook()
143 ResponseCode::OK) { in extendedProtocolHook()
158 if (rc != ResponseCode::OK) in extendedProtocolHook()
170 if (rc != ResponseCode::OK) in extendedProtocolHook()
172 else if (ir == InputResponse::OK) { in extendedProtocolHook()
174 case ResponseCode::OK: in extendedProtocolHook()
Dsecure_input_tracker.cpp64 return ResponseCode::OK; in newSession()
81 return {ResponseCode::OK, input_nonce_}; in beginHandshake()
107 return ResponseCode::OK; in finalizeHandshake()
126 std::tuple<ResponseCode, InputResponse> result = {ResponseCode::OK, in processInputEvent()
160 ir = InputResponse::OK; in processInputEvent()
168 ir = InputResponse::OK; in processInputEvent()
191 return ResponseCode::OK; in fetchInputEvent()
209 return ResponseCode::OK; in reportVerifiedInput()
Dtrusty_confirmation_ui.cpp77 case teeui::Error::OK: in teeuiError2ResponseCode()
78 return ResponseCode::OK; in teeuiError2ResponseCode()
110 ResponseCode render_error = ResponseCode::OK; in start()
190 if (render_error != ResponseCode::OK) { in start()
195 return ResponseCode::OK; in start()
247 return teeui::Error::OK; in renderAndSwap()
276 return ResponseCode::OK; in renderAndSwap()
283 return ResponseCode::OK; in showInstructions()
286 ResponseCode rc = ResponseCode::OK; in showInstructions()
293 if (rc != ResponseCode::OK) { in showInstructions()
/trusty/kernel/lib/shared/binder_discover/
Dbinder_discover.cpp83 return android::OK; in binder_discover_get_service()
95 if (status != android::OK) { in binder_discover_get_service()
105 return android::OK; in binder_discover_get_service()
125 return android::OK; in binder_discover_add_service()
146 return android::OK; in binder_discover_remove_service()
/trusty/user/app/confirmationui/test/
Dmain.cpp118 return teeui::Error::OK; in TEST_P()
123 EXPECT_EQ(rc.code(), teeui::Error::OK, "drawElements %d", i); in TEST_P()
/trusty/kernel/lib/dtb_service/
Ddtb_service.cpp155 if (err != android::OK) { in dtb_service_add()
/trusty/user/app/keymaster/
Dtrusty_secure_deletion_secret_storage.cpp223 OK = 0, enumerator
312 return Error::OK; in DeleteFile()
730 if (error == StorageSession::Error::OK) { in DeleteAllKeys()
Dtrusty_keymaster_context.cpp165 case AuthorizationSet::OK: in TranslateAuthorizationSetError()
334 if (sw_enforced->is_valid() != AuthorizationSet::OK) in SetAuthorizations()
336 if (hw_enforced->is_valid() != AuthorizationSet::OK) in SetAuthorizations()
1387 if (validity != AuthorizationSet::Error::OK) { in UnwrapKey()
1400 if (validity != AuthorizationSet::Error::OK) { in UnwrapKey()
1465 if (validity != AuthorizationSet::Error::OK) { in UnwrapKey()
/trusty/user/app/cast-auth/app/test-app/
Dmain.cc247 ASSERT_EQ(android::OK, status); in CastAuthTest_SetUp()
/trusty/user/app/sample/stats-test/consumer/
Dconsumer.cpp129 if (status != android::OK) { in test_ctl_on_connect()
/trusty/user/app/sample/binder-test/client/
Dmain.cpp57 ASSERT_EQ(android::OK, status); in BinderTest_SetUp()