Searched defs:status (Results 126 - 150 of 461) sorted by path

1234567891011>>

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp161 /** Start up status tracker thread */
165 SET_ERR_L("Unable to start status tracking thread: %s (%d)",
543 const char *status = local
551 lines.appendFormat(" Device status: %s\n", status);
662 SET_ERR_L("Unexpected status: %d", mStatus);
830 SET_ERR_L("Unexpected status: %d", mStatus);
877 SET_ERR_L("%s: Unexpected status: %d", mStatus);
948 SET_ERR_L("Unexpected status: %d", mStatus);
1024 SET_ERR_L("Unexpected status
1365 internalUpdateStatusLocked(Status status) argument
[all...]
H A DCamera3IOStreamBase.cpp150 camera3_buffer_status_t status,
162 buffer.status = status;
146 handoutBufferLocked(camera3_stream_buffer &buffer, buffer_handle_t *handle, int acquireFence, int releaseFence, camera3_buffer_status_t status, bool output) argument
/frameworks/av/services/radio/
H A DRadioService.cpp335 event->status = halEvent->status;
716 event.status = 0;
726 status_t status = NO_ERROR; local
732 status = (status_t)mTuner->set_configuration(mTuner, &halConfig);
733 if (status == NO_ERROR) {
738 status = INVALID_OPERATION;
741 return status;
747 status_t status = NO_ERROR; local
752 status
798 status_t status; local
811 status_t status; local
824 status_t status; local
837 status_t status; local
850 status_t status; local
[all...]
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp553 status_t status = mHwDevice->load_sound_model(mHwDevice, sound_model, local
557 if (status != NO_ERROR) {
558 return status;
564 status = AudioSystem::acquireSoundTriggerSession(&session, &ioHandle, &device);
565 if (status != NO_ERROR) {
566 return status;
572 return status;
638 status_t status = mHwDevice->start_recognition(mHwDevice, handle, config, local
642 if (status == NO_ERROR) {
647 return status;
[all...]
/frameworks/av/soundtrigger/
H A DISoundTrigger.cpp62 status_t status = remote()->transact(LOAD_SOUND_MODEL, data, &reply); local
63 if (status != NO_ERROR) {
64 return status;
66 status = (status_t)reply.readInt32();
67 if (status == NO_ERROR) {
70 return status;
78 status_t status = remote()->transact(UNLOAD_SOUND_MODEL, data, &reply); local
79 if (status == NO_ERROR) {
80 status = (status_t)reply.readInt32();
82 return status;
97 status_t status = remote()->transact(START_RECOGNITION, data, &reply); local
109 status_t status = remote()->transact(STOP_RECOGNITION, data, &reply); local
137 status_t status = loadSoundModel(modelMemory, &handle); local
148 status_t status = unloadSoundModel(handle); local
160 status_t status = startRecognition(handle, dataMemory); local
168 status_t status = stopRecognition(handle); local
[all...]
H A DISoundTriggerHwService.cpp63 status_t status = remote()->transact(LIST_MODULES, data, &reply); local
64 if (status == NO_ERROR) {
65 status = (status_t)reply.readInt32();
68 ALOGV("listModules() status %d got *numModules %d", status, *numModules);
69 if (status == NO_ERROR) {
77 return status;
88 status_t status = remote()->transact(ATTACH, data, &reply); local
89 if (status != NO_ERROR) {
90 return status;
104 status_t status = remote()->transact(SET_CAPTURE_STATE, data, &reply); local
136 status_t status = listModules(modules, &numModules); local
159 status_t status = attach(handle, client, module); local
[all...]
H A DSoundTrigger.cpp104 status_t status = service->attach(module, soundTrigger, soundTrigger->mISoundTrigger); local
106 if (status == NO_ERROR && soundTrigger->mISoundTrigger != 0) {
109 ALOGW("Error %d connecting to sound trigger service", status);
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java222 public void onResult(String currentPackage, int status) { argument
224 + convertBackupStatusToString(status));
228 public void backupFinished(int status) { argument
230 + convertBackupStatusToString(status));
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp233 status_t status = SurfaceComposerClient::getDisplayInfo(dtoken, &dinfo); local
234 if (status)
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java595 final int status = result.getIntExtra(PackageInstaller.EXTRA_STATUS,
597 if (status == PackageInstaller.STATUS_SUCCESS) {
605 return status;
685 public void onPackageInstalled(String name, int status, String msg, Bundle extras) { argument
688 result = status;
689 if (status == PackageManager.INSTALL_FAILED_DUPLICATE_PERMISSION) {
772 System.err.println("Error: unable to update app link status for " + pkg);
1016 int status = mPm.getMoveStatus(moveId);
1017 while (!PackageManager.isMoveStatusFinished(status)) {
1019 status
[all...]
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DIAutomationSupport.java32 * Allows the running test cases to send out interim status
35 * @param status status report, consisting of key value pairs
38 public void sendStatus(int resultCode, Bundle status); argument
H A DInstrumentationAutomationSupport.java37 public void sendStatus(int resultCode, Bundle status) { argument
38 mInstrumentation.sendStatus(resultCode, status);
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DIAutomationSupport.java32 * Allows the running test cases to send out interim status
35 * @param status status report, consisting of key value pairs
38 public void sendStatus(int resultCode, Bundle status); argument
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java1641 public boolean updateIntentVerificationStatusAsUser(String packageName, int status, int userId) { argument
1643 return mPM.updateIntentVerificationStatus(packageName, status, userId);
2408 public void onStatusChanged(int moveId, int status, long estMillis) { argument
2411 args.argi2 = status;
H A DDownloadManager.java127 * Current status of the download, as one of the STATUS_* constants.
132 * Provides more detail on the status of the download. Its meaning depends on the value of
136 * occurred. If an HTTP error occurred, this will hold the HTTP status code as defined in RFC
146 * status codes</a>
849 * Include only downloads with status matching any the given status flags.
1090 int status = cursor.getInt(cursor.getColumnIndexOrThrow(COLUMN_STATUS));
1091 if (DownloadManager.STATUS_SUCCESSFUL == status) {
1100 // downloaded file not found or its status is not 'successfully completed'
1128 // downloaded file not found or its status i
1525 getReason(int status) argument
1538 getPausedReason(int status) argument
1554 getErrorCode(int status) argument
1592 translateStatus(int status) argument
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java62 // BackupObserver status codes
540 public void onResult(String currentPackage, int status) { argument
542 mHandler.obtainMessage(MSG_RESULT, status, 0, currentPackage));
546 public void backupFinished(int status) { argument
548 mHandler.obtainMessage(MSG_FINISHED, status, 0));
H A DBackupObserver.java45 * @param status Zero on success; a nonzero error code if the backup operation failed.
47 public void onResult(String currentBackupPackage, int status) { argument
54 * @param status Zero on success; a nonzero error code if the backup operation
57 public void backupFinished(int status) { argument
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCallback.java29 * @param status Status of the connect or disconnect operation.
35 public void onConnectionStateChange(BluetoothGatt gatt, int status, argument
44 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the remote device
47 public void onServicesDiscovered(BluetoothGatt gatt, int status) { argument
56 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation
60 int status) {
75 * @param status The result of the write operation
79 BluetoothGattCharacteristic characteristic, int status) {
99 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation
103 int status) {
59 onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) argument
78 onCharacteristicWrite(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) argument
102 onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) argument
115 onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) argument
126 onReliableWriteCompleted(BluetoothGatt gatt, int status) argument
139 onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) argument
153 onMtuChanged(BluetoothGatt gatt, int mtu, int status) argument
[all...]
H A DBluetoothGattCallbackWrapper.java35 public void onClientRegistered(int status, int clientIf) throws RemoteException { argument
39 public void onClientConnectionState(int status, int clientIf, boolean connected, String address) argument
53 int status) throws RemoteException {
57 public void onCharacteristicRead(String address, int status, int handle, byte[] value) argument
62 public void onCharacteristicWrite(String address, int status, int handle) throws RemoteException { argument
66 public void onExecuteWrite(String address, int status) throws RemoteException { argument
70 public void onDescriptorRead(String address, int status, int handle, byte[] value) throws RemoteException { argument
74 public void onDescriptorWrite(String address, int status, int handle) throws RemoteException { argument
82 public void onReadRemoteRssi(String address, int rssi, int status) throws RemoteException { argument
86 public void onMultiAdvertiseCallback(int status, boolea argument
52 onSearchComplete(String address, List<BluetoothGattService> services, int status) argument
91 onConfigureMTU(String address, int mtu, int status) argument
[all...]
H A DBluetoothGattServer.java68 public void onServerRegistered(int status, int serverIf) {
69 if (DBG) Log.d(TAG, "onServerRegistered() - status=" + status
95 public void onServerConnectionState(int status, int serverIf,
97 if (DBG) Log.d(TAG, "onServerConnectionState() - status=" + status
100 mCallback.onConnectionStateChange(mAdapter.getRemoteDevice(address), status,
112 public void onServiceAdded(int status, int srvcType,
116 + "status=" + status);
492 sendResponse(BluetoothDevice device, int requestId, int status, int offset, byte[] value) argument
[all...]
H A DBluetoothGattServerCallback.java30 * @param status Status of the connect or disconnect operation.
35 public void onConnectionStateChange(BluetoothDevice device, int status, argument
42 * @param status Returns {@link BluetoothGatt#GATT_SUCCESS} if the service
46 public void onServiceAdded(int status, BluetoothGattService service) { argument
144 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the operation was successful
146 public void onNotificationSent(BluetoothDevice device, int status) { argument
H A DBluetoothHeadset.java599 * can keep the device awake by polling for cellular status updates. As a
874 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, argument
878 mService.clccResponse(index, direction, status, mode, mpty, number, type);
H A DBluetoothHealth.java340 * by applications like status bar which would just like to know the state of the
372 * by applications like status bar which would just like to know the state of the
400 * by applications like status bar which would just like to know the state of the
431 int status) {
432 mCallback.onHealthAppConfigurationStatusChange(config, status);
430 onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, int status) argument
H A DBluetoothHealthCallback.java36 * @param status Success or failure of the registration or unregistration
45 int status) {
46 Log.d(TAG, "onHealthAppConfigurationStatusChange: " + config + "Status: " + status);
44 onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, int status) argument
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeAdvertiser.java80 * Returns immediately, the operation status is delivered through {@code callback}.
86 * @param callback Callback for advertising status.
96 * active scan request. This method returns immediately, the operation status is delivered
104 * @param callback Callback for advertising status.
311 public void onClientRegistered(int status, int clientIf) { argument
312 Log.d(TAG, "onClientRegistered() - status=" + status + " clientIf=" + clientIf);
314 if (status == BluetoothGatt.GATT_SUCCESS) {
336 public void onMultiAdvertiseCallback(int status, boolean isStart, argument
340 if (status
[all...]

Completed in 1602 milliseconds

1234567891011>>