Searched refs:STATUS_OK (Results 1 – 9 of 9) sorted by relevance
87 if (status != STATUS_OK) { in start()95 return STATUS_OK; in start()112 return STATUS_OK; in dump()121 return STATUS_OK; in dump()
91 if ((ret = DnsResolverService::start()) != STATUS_OK) { in start()
122 if (STATUS_OK != status) { in addListenerImplLocked()
124 if (res != RadioManager.STATUS_OK) { in seek()141 if (res != RadioManager.STATUS_OK) { in step()238 if (res != RadioManager.STATUS_OK) { in cancel()
86 if (status != RadioManager.STATUS_OK) { in initModules()
99 convertedStatus.statusCode == DrmConvertedStatus.STATUS_OK && in convert()133 convertedStatus.statusCode != DrmConvertedStatus.STATUS_OK || in close()
29 public static final int STATUS_OK = 0; field in BackendConstants
126 return status == BackendConstants.STATUS_OK ? printerCaps : null; in doInBackground()
191 ASSERT_EQ(STATUS_OK, AIBinder_linkToDeath(binder, sResolvDeathRecipient, nullptr)); in SetUpTestSuite()