Searched defs:status (Results 51 - 75 of 445) sorted by relevance

1234567891011>>

/system/core/libsync/include/sync/
H A Dsync.h47 int32_t status; member in struct:sync_fence_info_data
55 int32_t status; member in struct:sync_pt_info
/system/core/logwrapper/include/logwrap/
H A Dlogwrap.h40 * status: the equivalent child status as populated by wait(status). This
61 * 0 when logwrap successfully run the child process and captured its status
63 * -ECHILD if status is NULL and the child didn't exit properly
64 * the return value of the child if it exited properly and status is NULL
75 int android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit,
83 static inline int android_fork_execvp(int argc, char* argv[], int *status, argument
86 return android_fork_execvp_ext(argc, argv, status, ignore_int_quit,
/system/core/logwrapper/
H A Dlogwrapper.c45 " fault address is set to the status of wait()\n"
55 int status = 0xAAAA; local
82 rc = android_fork_execvp_ext(argc, &argv[0], &status, true,
85 if (WIFEXITED(status))
86 rc = WEXITSTATUS(status);
92 uintptr_t fault_address = (uintptr_t) status;
93 *(int *) fault_address = 0; // causes SIGSEGV with fault_address = status
/system/extras/ext4_utils/
H A Dsetup_fs.c17 int status, n; local
57 while ((pid=waitpid(-1, &status, 0)) != child) {
/system/hardware/interfaces/net/netd/1.0/vts/functional/
H A DVtsHalNetNetdV1_0TargetTest.cpp39 auto cb = [this](uint64_t netHandle, uint32_t packetMark, INetd::StatusCode status) {
40 ASSERT_EQ(INetd::StatusCode::OK, status);
62 int status = RUN_ALL_TESTS(); local
63 ALOGE("Test result with status=%d", status);
64 return status;
/system/netd/libnetdutils/
H A DStatus.cpp32 bool equalToErrno(const Status& status, int err) { argument
33 return status.code() == err;
36 std::string toString(const Status& status) { argument
38 ss << status; local
/system/nfc/halimpl/pn54x/hal/
H A DphNxpNciHal_dta.c84 NFCSTATUS status = NFCSTATUS_SUCCESS; local
103 status = NFCSTATUS_FAILED;
116 status = NFCSTATUS_FAILED;
126 status = NFCSTATUS_SUCCESS;
137 status = NFCSTATUS_FAILED;
151 status = NFCSTATUS_SUCCESS;
163 status = NFCSTATUS_FAILED;
176 status = NFCSTATUS_FAILED;
189 status = NFCSTATUS_FAILED;
213 status
[all...]
/system/nfc/src/nfc/tags/
H A Dce_main.c58 tNFC_STATUS status = NFC_STATUS_FAILED; local
71 status = NFC_SendData(NFC_RF_CONN_ID, p_data);
74 return status;
89 tNFC_STATUS status = NFC_STATUS_FAILED; local
102 status = ce_select_t3t(t3t_system_code,
109 status = ce_select_t4t();
117 if (status != NFC_STATUS_OK) {
121 return status;
/system/tools/aidl/tests/
H A Dsimple_parcelable.cpp34 status_t status = parcel->writeString16(name_); local
35 if (status != OK) {
36 return status;
38 status = parcel->writeInt32(number_);
39 return status;
43 status_t status = parcel->readString16(&name_); local
44 if (status != OK) {
45 return status;
H A Dtest_helpers.h37 android::binder::Status status = (*service.*func)(input, &reply); local
38 if (!status.isOk() || input != reply) {
39 LOG(ERROR) << "Failed to repeat primitive. status=" << status.toString8()
54 android::binder::Status status = (*service.*func)( local
56 if (!status.isOk()) {
57 LOG(ERROR) << "Failed to repeat array. status=" << status.toString8()
/system/tools/hidl/
H A DgenerateVts.cpp45 status_t status = type->emitVtsTypeDeclarations(out); local
46 if (status != OK) {
47 return status;
104 status_t status = emitVtsTypeDeclarations(out); local
105 if (status != OK) {
106 return status;
111 status_t status = superInterface->emitVtsMethodDeclaration(out); local
112 if (status != OK) {
113 return status;
120 status_t status local
[all...]
/system/tools/hidl/test/
H A Dhidl_test_servers.cpp78 int status = defaultPassthroughServiceImplementation<T>(serviceName); local
79 exit(status);
90 int status; local
92 waitpid(pid, &status, 0);
93 if (status != 0) {
94 ALOGE("%s terminates abnormally with status %d", serverName, status);
/system/tpm/tpm_manager/client/
H A Dbinder_proxy_helper.h56 android::binder::Status status = method_.Run(request_bytes, observer); local
57 if (!status.isOk()) {
58 LOG(ERROR) << "BinderProxyHelper: Binder error: " << status.toString8();
/system/tpm/trunks/
H A Dtrunks_binder_proxy.cc87 android::binder::Status status = local
89 if (!status.isOk()) {
90 LOG(ERROR) << "TrunksBinderProxy: Binder error: " << status.toString8();
107 android::binder::Status status = trunks_service_->SendCommandAndWait( local
109 if (!status.isOk()) {
110 LOG(ERROR) << "TrunksBinderProxy: Binder error: " << status.toString8();
/system/vold/
H A DNetlinkManager.cpp99 int status = 0; local
103 status = -1;
111 return status;
/system/bt/service/example/heart_rate/
H A Dserver_main.cc96 status_t status = getService(String16(kServiceName.c_str()), &bluetooth); local
97 if (status != OK) {
99 << "' status=" << status; local
/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_client_binder_server.cc76 bluetooth::BLEStatus status, android::sp<IInterface> callback,
79 << " status: " << status;
83 cb->OnClientRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS)
75 OnRegisterInstanceImpl( bluetooth::BLEStatus status, android::sp<IInterface> callback, bluetooth::BluetoothInstance* instance) argument
H A Dinterface_with_instances_base.cc49 bluetooth::BLEStatus status, const bluetooth::UUID& in_uuid,
60 strong_ptr_to_this->OnRegisterInstance(status, in_uuid,
102 bluetooth::BLEStatus status, const bluetooth::UUID& uuid,
104 VLOG(2) << __func__ << " - status: " << status; local
118 if (status != bluetooth::BLE_STATUS_SUCCESS) {
120 LOG(ERROR) << "Failed to register instance: " << status;
121 OnRegisterInstanceImpl(status, callback, nullptr);
139 OnRegisterInstanceImpl(status, callback, shared_instance.get());
101 OnRegisterInstance( bluetooth::BLEStatus status, const bluetooth::UUID& uuid, std::unique_ptr<bluetooth::BluetoothInstance> instance) argument
/system/bt/service/ipc/
H A Dipc_handler_linux.cc142 int status = listen(socket_.get(), SOMAXCONN); local
143 if (status < 0) {
/system/bt/service/test/
H A Dgatt_client_unittest.cc87 BLEStatus status = BLE_STATUS_SUCCESS; local
94 status = in_status;
138 EXPECT_EQ(BLE_STATUS_SUCCESS, status);
158 EXPECT_EQ(BLE_STATUS_FAILURE, status);
/system/chre/platform/slpi/
H A Dsystem_timer.cc36 SlpiTimerErrorType status = utimer_def_osal( local
41 SlpiTimerErrorType status = timer_def_osal(
47 if (status != SLPI_TIMER_SUCCESS) {
48 LOGE("Error initializing timer %d", status);
63 SlpiTimerErrorType status = slpiTimerSet64(&mTimerHandle, local
65 if (status != SLPI_TIMER_SUCCESS) {
66 LOGE("Error setting timer %d", status);
/system/libhwbinder/vts/performance/
H A DBenchmark.cpp60 status_t status = service->registerAsService(gServiceName); local
62 if (status != ::android::OK) {
H A DBenchmark_binder.cpp82 status_t status = getService(String16(kServiceName), &service); local
83 if (status != OK) {
/system/media/audio_utils/tests/
H A Dfifo_multiprocess.cpp194 int status; local
195 pid_t pid = waitpid(pidWriter, &status, 0);
197 printf("writer exited with status %d\n", status);
201 pid = waitpid(pidReader, &status, 0);
203 printf("reader exited with status %d\n", status);
/system/netd/libnetdutils/include/netdutils/
H A DStatus.h26 // Simple status implementation suitable for use on the stack in low
52 namespace status { namespace in namespace:android::netdutils
60 } // namespace status
62 // Return true if status is "OK". This is sometimes preferable to
63 // status.ok() when we want to check the state of Status-like objects
65 inline bool isOk(const Status& status) { argument
66 return status.ok();
69 // Document that status is expected to be ok. This function may log
70 // (or assert when running in debug mode) if status has an unexpected
72 void expectOk(const Status& status);
[all...]

Completed in 558 milliseconds

1234567891011>>