/frameworks/av/media/libstagefright/ |
H A D | StagefrightMediaScanner.cpp | 91 status_t status; local 95 status = mRetriever->setDataSource(nullService, path); 97 status = mRetriever->setDataSource(fd, 0, 0x7ffffffffffffffL); 101 if (status) { 108 status = client.setMimeType(value); 109 if (status) { 141 status = client.addStringTag(kKeyMap[i].tag, value); 142 if (status != OK) {
|
/frameworks/av/media/libstagefright/omx/1.0/ |
H A D | WOmxBufferSource.cpp | 61 ::android::binder::Status status = toBinderStatus( local 66 return status;
|
/frameworks/av/media/libstagefright/rtsp/ |
H A D | AH263Assembler.cpp | 45 AssemblyStatus status = addPacket(source); local 46 if (status == MALFORMED_PACKET) { 49 return status;
|
H A D | ARTPAssembler.cpp | 33 AssemblyStatus status; local 35 status = assembleMore(source); 37 if (status == WRONG_SEQUENCE_NUMBER) { 53 if (status == NOT_ENOUGH_DATA) {
|
/frameworks/av/media/utils/ |
H A D | ISchedulingPolicyService.cpp | 51 status_t status = remote()->transact(REQUEST_PRIORITY_TRANSACTION, data, &reply, flags); local 52 if (status != NO_ERROR) { 53 return status; 71 status_t status = remote()->transact(REQUEST_CPUSET_BOOST, data, &reply, 0); local 72 if (status != NO_ERROR) { 73 return status;
|
/frameworks/av/services/oboeservice/ |
H A D | AAudioClientTracker.cpp | 76 status_t status = binder->linkToDeath(notificationClient); local 77 ALOGW_IF(status != NO_ERROR, "registerClient() linkToDeath = %d\n", status); 78 return AAudioConvert_androidToAAudioResult(status);
|
/frameworks/av/soundtrigger/ |
H A D | ISoundTrigger.cpp | 62 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 D | ISoundTriggerHwService.cpp | 63 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...] |
/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattCallback.java | 33 * @param status Status of the PHY update operation. {@link BluetoothGatt#GATT_SUCCESS} if the 36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { argument 47 * @param status Status of the PHY read operation. {@link BluetoothGatt#GATT_SUCCESS} if the 50 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { argument 58 * @param status Status of the connect or disconnect operation. {@link 63 public void onConnectionStateChange(BluetoothGatt gatt, int status, argument 72 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the remote device has been explored 75 public void onServicesDiscovered(BluetoothGatt gatt, int status) { argument 83 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation was completed 87 int status) { 86 onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) argument 104 onCharacteristicWrite(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) argument 127 onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) argument 139 onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) argument 150 onReliableWriteCompleted(BluetoothGatt gatt, int status) argument 163 onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) argument 177 onMtuChanged(BluetoothGatt gatt, int mtu, int status) argument 194 onConnectionUpdated(BluetoothGatt gatt, int interval, int latency, int timeout, int status) argument [all...] |
/frameworks/base/core/java/android/bluetooth/le/ |
H A D | AdvertisingSetCallback.java | 21 * status. 58 * indicating result of the operation. If status is ADVERTISE_SUCCESS, then advertisingSet 60 * null, and status will be set to proper error code. 64 * @param status Status of the operation. 66 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, int status) { argument 80 * indicating result of the operation. If status is ADVERTISE_SUCCESS, then advertising set is 84 * @param status Status of the operation. 86 public void onAdvertisingEnabled(AdvertisingSet advertisingSet, boolean enable, int status) { argument 91 * result of the operation. If status is ADVERTISE_SUCCESS, then data was changed. 94 * @param status Statu 96 onAdvertisingDataSet(AdvertisingSet advertisingSet, int status) argument 106 onScanResponseDataSet(AdvertisingSet advertisingSet, int status) argument 117 onAdvertisingParametersUpdated(AdvertisingSet advertisingSet, int txPower, int status) argument 128 onPeriodicAdvertisingParametersUpdated(AdvertisingSet advertisingSet, int status) argument 138 onPeriodicAdvertisingDataSet(AdvertisingSet advertisingSet, int status) argument 149 onPeriodicAdvertisingEnabled(AdvertisingSet advertisingSet, boolean enable, int status) argument [all...] |
/frameworks/base/core/java/com/android/internal/usb/ |
H A D | DumpUtils.java | 201 long id, @NonNull UsbPortStatus status) { 204 dump.write("connected", UsbPortStatusProto.CONNECTED, status.isConnected()); 207 dump.write("current_mode", UsbPortStatusProto.CURRENT_MODE, status.getCurrentMode()); 210 UsbPort.modeToString(status.getCurrentMode())); 214 status.getCurrentPowerRole()); 215 writeDataRole(dump, "data_role", UsbPortStatusProto.DATA_ROLE, status.getCurrentDataRole()); 217 int undumpedCombinations = status.getSupportedRoleCombinations(); 200 writePortStatus(@onNull DualDumpOutputStream dump, @NonNull String idName, long id, @NonNull UsbPortStatus status) argument
|
/frameworks/base/core/jni/ |
H A D | android_view_PointerIcon.cpp | 118 status_t status = android_view_PointerIcon_load(env, pointerIconObj, local 121 return status;
|
/frameworks/base/libs/androidfw/ |
H A D | DisplayEventDispatcher.cpp | 45 ALOGW("Failed to initialize display event receiver, status=%d", result); 78 status_t status = mReceiver.requestNextVsync(); local 79 if (status) { 80 ALOGW("Failed to request next vsync, status=%d", status); 81 return status; 144 ALOGW("Failed to get events from display event dispatcher, status=%d", status_t(n));
|
/frameworks/base/libs/hwui/ |
H A D | PixelBuffer.cpp | 125 GLboolean status = glUnmapBuffer(GL_PIXEL_UNPACK_BUFFER); local 126 if (status == GL_FALSE) {
|
/frameworks/base/libs/hwui/tests/common/ |
H A D | TestContext.cpp | 44 status_t status = SurfaceComposerClient::getDisplayInfo(dtoken, &display); local 45 LOG_ALWAYS_FATAL_IF(status, "Failed to get display info\n");
|
/frameworks/base/location/java/android/location/ |
H A D | GnssMeasurementsEvent.java | 48 * The status of the GNSS measurements event. 58 * <p>This status will not change in the future. 78 * <p>Such a status is returned when a client tries to request a functionality from the GNSS 82 * <p>If such a status is received, one would try again at a later time point where no 93 * Reports the latest status of the GNSS Measurements sub-system. 95 public void onStatusChanged(@GnssMeasurementsStatus int status) {} argument
|
H A D | GpsMeasurementsEvent.java | 39 * The system does not support tracking of GPS Measurements. This status will not change in the 74 * Returns the latest status of the GPS Measurements sub-system. 76 void onStatusChanged(int status); argument
|
/frameworks/base/media/java/android/media/soundtrigger/ |
H A D | SoundTriggerDetectionService.java | 164 * @param status The error code detected 167 public void onError(@NonNull UUID uuid, @Nullable Bundle params, int opId, int status) { argument 259 public void onError(ParcelUuid puuid, int opId, int status) { 266 if (DEBUG) Log.i(LOG_TAG, uuid + "(" + opId + "): onError(" + status + ")"); 268 SoundTriggerDetectionService.this, uuid, params, opId, status));
|
/frameworks/base/services/backup/java/com/android/server/backup/internal/ |
H A D | PerformInitializeTask.java | 47 * a future time according to {@link BackupTransport#requestBackupTime()}. The result status 48 * reported to observers will be the last unsuccessful status reported by the transports. If every 89 private void notifyResult(String target, int status) { argument 92 mObserver.onResult(target, status); 99 private void notifyFinished(int status) { argument 102 mObserver.backupFinished(status); 132 int status = transport.initializeDevice(); 134 if (status == BackupTransport.TRANSPORT_OK) { 135 status = transport.finishBackup(); 139 if (status [all...] |
/frameworks/base/services/core/jni/ |
H A D | com_android_server_VibratorService.cpp | 131 Status status = halCall(&V1_0::IVibrator::setAmplitude, static_cast<uint32_t>(amplitude)) local 133 if (status != Status::OK) { 135 static_cast<uint32_t>(status)); 140 Status status; local 142 auto callback = [&status, &lengthMs](Status retStatus, uint32_t retLengthMs) { 143 status = retStatus; 169 if (status == Status::OK) { 171 } else if (status != Status::UNSUPPORTED_OPERATION) { 177 static_cast<int32_t>(strength), static_cast<uint32_t>(status));
|
H A D | com_android_server_connectivity_tethering_OffloadHardwareInterface.cpp | 118 const auto status = configInterface->setHandles(h1, h2, local 123 if (!status.isOk() || !rval) { 125 status.description().c_str(), msg.c_str()); 126 // If status is somehow not ok, make sure rval captures this too.
|
/frameworks/base/telephony/java/android/telephony/ |
H A D | IccOpenLogicalChannelResponse.java | 33 * Possible status values returned by open channel command. 54 public IccOpenLogicalChannelResponse(int channel, int status, byte[] selectResponse) { argument 56 mStatus = status; 83 * @return the status of the command.
|
H A D | PhysicalChannelConfig.java | 45 /** Connection status is unknown. */ 49 * Connection status of the cell. 60 public PhysicalChannelConfig(int status, int bandwidth) { argument 61 mCellConnectionStatus = status; 89 * Gets the connection status of the cell. 95 * @return Connection status of the cell 102 /** @return String representation of the connection status */
|
/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsSsInfo.java | 31 * For the status of service registration or activation/deactivation. 52 * @param status The status of the service registration of activation/deactiviation. Valid 59 public ImsSsInfo(int status, String icbNum) { argument 60 mStatus = status; 103 * @return Supplementary Service Configuration status. Valid Values are:
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | CellNetworkScanResult.java | 32 * Possible status values. 47 public CellNetworkScanResult(int status, List<OperatorInfo> operators) { argument 48 mStatus = status; 69 * @return the status of the command. 104 sb.append(" status:").append(mStatus);
|