Searched refs:status (Results 301 - 325 of 995) sorted by relevance

<<11121314151617181920>>

/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp180 status_t status = l->unflatten(constBuffer, size, constFds, numFds); local
185 return status == NO_ERROR;
428 status_t status = rect.unflatten(buffer, size); local
429 if (status != NO_ERROR) {
430 return status;
508 status_t status = unflattenFence(&(t->fence), nh, local
510 if (status != NO_ERROR) {
511 return status;
754 status_t status = flatten( local
758 if (status !
839 status_t status = flatten( local
1106 status_t status = toStatusT(mBase->cancelBuffer( local
[all...]
/frameworks/native/services/nativeperms/
H A Dnativeperms.cpp72 android::status_t status = android::defaultServiceManager()->addService( local
74 CHECK(status == android::OK) << "Failed to get IPermissionController "
/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadClient.cpp44 status_t status = service_->detach().transactionError(); local
46 return status;
/frameworks/opt/net/lowpan/lowpan_hdlc_adapter/
H A Dlowpan_hdlc_adapter.cpp111 Return<void> onEvent(LowpanEvent event, LowpanStatus status) override {
134 mOpenError = int(status);
137 switch (status) {
149 ALOGW("Unknown error %d", status);
296 auto status = service->open(callback); local
297 if (status.isOk()) {
298 if (status == LowpanStatus::OK) {
301 ALOGE("%s: open() failed: (%d).", serviceName, LowpanStatus(status));
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
H A DProtocolPortTupleTest.java43 * @param status Status value
46 private ByteBuffer getTestBuffer(int protocol, int port, int status) { argument
51 buffer.put((byte) status);
68 * the complete tuple data (missing status field).
/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.cpp66 status_t status = mPlayer->setDataSource( local
68 if (status != NO_ERROR) {
/frameworks/wilhelm/src/itf/
H A DIAcousticEchoCancellation.cpp41 android::status_t status = thiz->mAECEffect->setEnabled((bool) thiz->mEnabled); local
42 result = android_fx_statusToResult(status);
H A DIAutomaticGainControl.cpp40 android::status_t status = thiz->mAGCEffect->setEnabled((bool) thiz->mEnabled); local
41 result = android_fx_statusToResult(status);
H A DINoiseSuppression.cpp38 android::status_t status = thiz->mNSEffect->setEnabled((bool) thiz->mEnabled); local
39 result = android_fx_statusToResult(status);
/frameworks/av/media/libaudioclient/
H A DAudioEffect.cpp141 ALOGE("set(): AudioFlinger could not create effect %s / %s, status: %d",
165 ALOGV("set() %p OK effect: %s id: %d status %d enabled %d pid %d", this, mDescriptor.name, mId,
219 status_t status = NO_ERROR; local
225 status = mIEffect->enable();
228 status = mIEffect->disable();
230 if (status == NO_ERROR) {
234 return status;
244 ALOGV("command() bad status %d", mStatus);
258 status_t status = mIEffect->command(cmdCode, cmdSize, cmdData, replySize, replyData); local
261 if (status
362 status_t status = DEAD_OBJECT; local
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAnyMotionDetector.java43 /** Stationary status is unknown due to insufficient orientation measurements. */
73 /** The maximum duration we will hold a wakelock to determine stationary status. */
144 * Acquire accel data until we determine AnyMotion status.
209 int status = RESULT_UNKNOWN;
230 status = getStationaryStatus();
231 if (DEBUG) Slog.d(TAG, "getStationaryStatus() returned " + status);
232 if (status != RESULT_UNKNOWN) {
239 Slog.d(TAG, "Moved from STATE_ACTIVE to STATE_INACTIVE. status = " + status);
255 return status;
[all...]
/frameworks/av/camera/ndk/impl/
H A DACameraManager.h81 virtual binder::Status onStatusChanged(int32_t status, const String16& cameraId);
138 void onStatusChanged(int32_t status, const String8& cameraId);
139 void onStatusChangedLocked(int32_t status, const String8& cameraId);
140 // Utils for status
141 static bool validStatus(int32_t status);
142 static bool isStatusAvailable(int32_t status);
165 // Map camera_id -> status
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java65 public void onServerRegistered(int status, int serverIf) {
67 Log.d(TAG, "onServerRegistered() - status=" + status
86 public void onServerConnectionState(int status, int serverIf,
89 Log.d(TAG, "onServerConnectionState() - status=" + status
93 mCallback.onConnectionStateChange(mAdapter.getRemoteDevice(address), status,
106 public void onServiceAdded(int status, BluetoothGattService service) {
109 + " uuid=" + service.getUuid() + " status=" + status);
637 sendResponse(BluetoothDevice device, int requestId, int status, int offset, byte[] value) argument
[all...]
/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerShellCommand.java127 String status;
131 status = "[x]";
134 status = "[ ]";
137 status = "---";
140 out.println(String.format("%s %s", status, oi.packageName));
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java88 mDevices.get(device.deviceAddress).status = device.status;
119 public void updateStatus(String deviceAddress, int status) { argument
123 d.status = status;
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java605 * Recognition status e.g RECOGNITION_STATUS_SUCCESS
609 public final int status; field in class:SoundTrigger.RecognitionEvent
665 public RecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, argument
668 this.status = status;
732 int status = in.readInt();
751 return new RecognitionEvent(status, soundModelHandle, captureAvailable, captureSession,
762 dest.writeInt(status);
796 result = prime * result + status;
821 if (status !
1119 KeyphraseRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, int captureSession, int captureDelayMs, int capturePreambleMs, boolean triggerInData, AudioFormat captureFormat, byte[] data, KeyphraseRecognitionExtra[] keyphraseExtras) argument
1239 GenericRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, int captureSession, int captureDelayMs, int capturePreambleMs, boolean triggerInData, AudioFormat captureFormat, byte[] data) argument
1302 public final int status; field in class:SoundTrigger.SoundModelEvent
1308 SoundModelEvent(int status, int soundModelHandle, byte[] data) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp273 event->status, event->model, event->capture_available,
280 event->status, event->model, event->capture_available,
286 event->status, event->model, event->capture_available,
323 event->status, event->model, jData);
402 status_t status = SoundTrigger::listModules(nModules, &numModules); local
403 if (status != NO_ERROR || numModules == 0) {
404 return (jint)status;
410 status = SoundTrigger::listModules(nModules, &numModules);
411 ALOGV("listModules SoundTrigger::listModules status %d numModules %d", status, numModule
505 jint status = SOUNDTRIGGER_STATUS_OK; local
673 jint status = SOUNDTRIGGER_STATUS_OK; local
688 jint status = SOUNDTRIGGER_STATUS_OK; local
781 jint status = SOUNDTRIGGER_STATUS_OK; local
[all...]
/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp527 p->status = DP_getParameter(pContext,
534 ALOGVV("DP_command replysize %u, status %d" , *replySize, p->status);
642 int status = 0;
664 status = -EINVAL;
677 status = -EINVAL;
692 status = -EINVAL;
717 status = -EINVAL;
725 status = -EINVAL;
739 status
[all...]
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests2/src/com/android/framework/multidexlegacytestservices/test2/
H A DServicesTests.java267 String status = COMPLETION_SUCCESS;
271 status = "Service" + i + " never completed.";
275 status = "Service" + i + " was restarted.";
279 Log.i(TAG, "Services completion status: " + status);
280 return status;
284 String status = COMPLETION_SUCCESS;
287 status = "Service" + serviceId + " never completed.";
289 status = "Service" + serviceId + " was restarted.";
291 Log.i(TAG, "Service " + serviceId + " completion status
[all...]
/frameworks/base/services/core/java/com/android/server/timezone/
H A DPackageStatusStorage.java62 * Attribute that stores the current "check status" of the time zone update application
84 mPackageStatusFile = new AtomicFile(new File(storageDir, "package-status.xml"), "timezone-status");
105 * Obtain the current check status of the application packages. Returns {@code null} the first
114 Slog.e(LOG_TAG, "Package status invalid, resetting and retrying", e);
140 ParseException e2 = new ParseException("Error reading package status", 0);
164 writePackageStatusLocked(null /* status */, initialOptimisticLockId,
183 Slog.w(LOG_TAG, "Unable to find optimistic lock ID from package status");
195 throw new IllegalStateException("Unable to update status to CHECK_STARTED."
215 + " status");
288 writePackageStatusWithOptimisticLockCheck(int optimisticLockId, int newOptimisticLockId, Integer status, PackageVersions packageVersions) argument
308 writePackageStatusLocked(Integer status, int optimisticLockId, PackageVersions packageVersions) argument
[all...]
/frameworks/base/tools/bit/
H A Dadb.cpp253 TestStatus status;
254 err = read_sized_proto(fd, &status);
258 callbacks->OnTestStatus(status);
260 SessionStatus status; local
261 err = read_sized_proto(fd, &status);
265 callbacks->OnSessionStatus(status);
333 int status;
334 waitpid(pid, &status, 0);
338 if (WIFEXITED(status)) {
339 return WEXITSTATUS(status);
[all...]
/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp203 Status<std::string> status = local
205 if (!status)
208 return status.take();
232 Status<TestType> status = local
234 if (!status)
237 return status.take();
241 Status<BasicStruct> status = local
243 if (!status)
246 return status.take();
250 Status<std::string> status local
259 Status<std::string> status = local
273 Status<LocalHandle> status = local
282 Status<void> status = local
288 Status<TestFdType> status = local
298 Status<std::vector<LocalHandle>> status = local
311 Status<void> status = InvokeRemoteMethodInPlace<TestInterface::ReadFile>( local
317 auto status = InvokeRemoteMethodInPlace<TestInterface::PushChannel>(fd_out); local
322 auto status = InvokeRemoteMethod<TestInterface::Positive>(test_value); local
527 auto status = message.PushChannel(0, nullptr, nullptr); local
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSavedNetworkEvaluator.java86 * Update all the saved networks' selection status
117 WifiConfiguration.NetworkSelectionStatus status = network.getNetworkSelectionStatus();
118 if (!status.isNetworkEnabled()) {
125 int count = status.getDisableReasonCounter(index);
260 WifiConfiguration.NetworkSelectionStatus status =
262 status.setSeenInLastQualifiedNetworkSelection(true);
264 if (!status.isNetworkEnabled()) {
287 if (score > status.getCandidateScore() || (score == status.getCandidateScore()
288 && status
[all...]
/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp56 static status_t toStatusT(Status status) { argument
57 switch (status) {
164 [&](Status status, const sp<ICryptoPlugin>& hPlugin) {
165 if (status != Status::OK) {
368 status_t status = toSharedBuffer(destination.mSharedMemory, heapSeqNum, local
370 if (status != OK) {
371 return status;
384 status_t status = toSharedBuffer(source.mSharedMemory, heapSeqNum, &hSource); local
385 if (status != OK) {
386 return status;
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallback.java120 device.status = WifiP2pDevice.AVAILABLE;
148 device.status = WifiP2pDevice.UNAVAILABLE;
209 * @param status Status of the GO negotiation.
211 public void onGoNegotiationCompleted(int status) { argument
212 logd("Group Owner negotiation completed with status: " + status);
213 P2pStatus result = halStatusToP2pStatus(status);
365 * @param status Status of the invitation.
367 public void onInvitationResult(byte[] bssid, int status) { argument
368 logd("Invitation completed with status
383 onProvisionDiscoveryCompleted(byte[] p2pDeviceAddress, boolean isRequest, byte status, short configMethods, String generatedPin) argument
508 halStatusToP2pStatus(int status) argument
[all...]

Completed in 431 milliseconds

<<11121314151617181920>>