Searched refs:status (Results 226 - 250 of 835) sorted by relevance

1234567891011>>

/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp108 status_t status = loadSurfaceComposerClient(); local
110 if (status != NO_ERROR) {
111 ALOGE("Couldn't create SurfaceComposerClient (%d)", status);
112 return status;
144 status = dispatchEvent(mIncrementIndex + mNumThreads);
146 if (status != NO_ERROR) {
148 return status;
158 return status;
163 status_t status = dispatchEvent(i); local
165 if (status !
[all...]
/frameworks/av/drm/mediacas/plugins/clearkey/
H A Decm_generator.cpp65 status_t status = DecodeECMClearFields(ecm, asset, default_fields); local
66 if (status != OK) {
67 return status;
/frameworks/av/media/libaudiohal/
H A DDevicesFactoryHalHidl.cpp76 status_t status = nameFromHal(name, &hidlDevice); local
77 if (status != OK) return status;
/frameworks/av/services/audioflinger/
H A DSpdifStreamOut.cpp93 status_t status = AudioStreamOut::open( local
99 ALOGI("SpdifStreamOut::open() status = %d", status);
101 return status;
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceService.java59 public void onDeviceStatusChanged(MidiDeviceServer server, MidiDeviceStatus status) {
60 MidiDeviceService.this.onDeviceStatusChanged(status);
126 * @param status the number of the port that was opened
128 public void onDeviceStatusChanged(MidiDeviceStatus status) { argument
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.cpp107 status_t status = -1; local
109 status = sample->doLoad();
111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionService.java37 public void onAvailabilityChanged(int status) {
38 Log.i(TAG, "onAvailabilityChanged(" + status + ")");
39 hotwordAvailabilityChangeHelper(status);
/frameworks/native/cmds/servicemanager/
H A Dbctest.c37 int status; local
50 status = bio_get_uint32(&reply);
54 return status;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaSessionStatus.java25 * Describes the playback status of a media session.
38 * To monitor session status, the application should supply a {@link PendingIntent} to use as the
39 * {@link MediaControlIntent#EXTRA_SESSION_STATUS_UPDATE_RECEIVER session status update receiver}
90 * Gets the timestamp associated with the status information in
93 * @return The status timestamp in the {@link SystemClock#elapsedRealtime()} time base.
119 * Gets a bundle of extras for this status object.
173 * Builder for {@link MediaSessionStatus media session status objects}.
179 * Creates a media session status builder using the current time as the
191 * Creates a media session status builder whose initial contents are
192 * copied from an existing status
194 Builder(MediaSessionStatus status) argument
[all...]
/frameworks/native/libs/binder/
H A DParcel.cpp801 status_t status; local
803 status = BAD_VALUE;
804 return status;
807 status = parcel->writeInt32(val.size());
808 if (status != OK) {
809 return status;
814 status = BAD_VALUE;
815 return status;
819 return status;
1118 status_t status local
1202 status_t status; local
1446 status_t status = readInt32(&count); local
1555 status_t status = parcel->readInt32(&size); local
1587 status_t status = parcel->readInt32(&size); local
1659 status_t status = readInt32(&size); local
1680 status_t status = readInt32(&size); local
1811 status_t status; local
1920 status_t status = readInt32(&size); local
1952 status_t status = readString8(&retString); local
1963 status_t status = readInt32(&size); local
1997 status_t status = readInt32(&size); local
2046 status_t status = readNullableStrongBinder(val); local
2077 status_t status = readInt32(&have_parcelable); local
2093 binder::Status status; local
2182 status_t status = readInt32(&blobType); local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp98 Modified : 04/16/2001 : removed status checking of PV_BitstreamFlushBits
105 PV_STATUS status; local
116 status = BitstreamCheckEndBuffer(stream);
117 if (status == PV_END_OF_VOP) return status; /* 03/19/2002 */
134 PV_STATUS status; local
164 status = PV_VlcDecMV(stream, &vlc_code_mag);
165 if (status != PV_SUCCESS)
167 return status;
174 status
269 PV_STATUS status; local
454 PV_STATUS status = PV_SUCCESS; local
630 PV_STATUS status = PV_FAIL; /* 07/09/01 */ local
[all...]
/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetector.java189 public abstract void onAvailabilityChanged(int status); argument
249 int status = STATUS_OK;
251 status = mSoundTriggerService.startRecognition(new ParcelUuid(mSoundModelId),
257 return status == STATUS_OK;
265 int status = STATUS_OK;
267 status = mSoundTriggerService.stopRecognition(new ParcelUuid(mSoundModelId),
272 return status == STATUS_OK;
316 public void onError(int status) { argument
317 Slog.d(TAG, "onError()" + status);
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java88 public void onDeviceStatusChanged(MidiDeviceServer server, MidiDeviceStatus status) {
99 public void onConnectionStateChange(BluetoothGatt gatt, int status,
113 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
114 if (status == BluetoothGatt.GATT_SUCCESS) {
136 Log.e(TAG, "onServicesDiscovered received: " + status);
144 int status) {
145 Log.d(TAG, "onCharacteristicRead " + status);
171 int status) {
172 Log.d(TAG, "onCharacteristicWrite " + status);
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DA2dpProfileTest.java123 BluetoothCodecStatus status = mock(BluetoothCodecStatus.class);
124 when(mBluetoothA2dpWrapper.getCodecStatus()).thenReturn(status);
126 when(status.getCodecConfig()).thenReturn(config);
177 BluetoothCodecStatus status = mock(BluetoothCodecStatus.class);
180 when(mBluetoothA2dpWrapper.getCodecStatus()).thenReturn(status);
181 when(status.getCodecsSelectableCapabilities()).thenReturn(configs);
192 BluetoothCodecStatus status = mock(BluetoothCodecStatus.class);
195 when(mBluetoothA2dpWrapper.getCodecStatus()).thenReturn(status);
196 when(status.getCodecsSelectableCapabilities()).thenReturn(configs);
/frameworks/base/services/core/jni/
H A Dcom_android_server_HardwarePropertiesManagerService.cpp88 [&list](ThermalStatus status, hidl_vec<CoolingDevice> devices) {
89 if (status.code == ThermalStatusCode::SUCCESS) {
93 status.debugMessage.c_str());
98 ALOGE("getCoolingDevices failed status: %s", ret.description().c_str());
118 [&list](ThermalStatus status, hidl_vec<Temperature> temperatures) {
119 if (status.code == ThermalStatusCode::SUCCESS) {
123 status.debugMessage.c_str());
128 ALOGE("getDeviceTemperatures failed status: %s", ret.description().c_str());
163 [&list](ThermalStatus status, hidl_vec<CpuUsage> cpuUsages) {
164 if (status
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java117 /** Device connection status */
118 public int status = UNAVAILABLE; field in class:WifiP2pDevice
229 status = AVAILABLE;
282 status = device.status;
327 sbuf.append("\n status: ").append(status);
348 status = source.status;
363 dest.writeInt(status);
[all...]
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dipc_helper.h10 #include <pdx/status.h>
181 Status<void> status = payload.Receive(socket_fd); local
182 if (status && rpc::Deserialize(data, &payload) != rpc::ErrorCode::NO_ERROR)
183 status.SetError(EIO);
184 return status;
191 Status<void> status = payload.Receive(socket_fd, &request->cred); local
192 if (status && rpc::Deserialize(request, &payload) != rpc::ErrorCode::NO_ERROR)
193 status.SetError(EIO);
194 return status;
/frameworks/base/core/java/android/printservice/
H A DIPrintServiceClient.aidl48 * Set the status of this print job
51 * @param status The new status, can be null
53 void setStatus(in PrintJobId printJobId, in CharSequence status);
56 * Set the status of this print job
59 * @param status The new status as a string resource
62 void setStatusRes(in PrintJobId printJobId, int status, in CharSequence appPackageName);
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
H A DExternalSharedPermsFLTest.java40 public void onStatusChanged(String provider, int status, Bundle extras) {}
/frameworks/base/libs/androidfw/
H A DDisplayEventDispatcher.cpp45 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/native/libs/input/
H A DKeyLayoutMap.cpp56 status_t status = Tokenizer::open(filename, &tokenizer); local
57 if (status) {
58 ALOGE("Error %d opening key layout map file %s.", status, filename.string());
63 status = NO_MEMORY;
69 status = parser.parse();
76 if (!status) {
82 return status;
211 status_t status = parseKey(); local
212 if (status) return status;
215 status_t status = parseAxis(); local
219 status_t status = parseLed(); local
[all...]
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_client.h22 pdx::Status<std::unique_ptr<Surface>> status; local
24 status.SetValue(std::move(surface));
26 status.SetError(error);
27 return status;
75 // Temporary query for current VR status. Will be removed later.
/frameworks/native/services/sensorservice/hidl/
H A Dutils.h31 Result convertResult(status_t status);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
H A DHSWanMetricsElement.java69 public HSWanMetricsElement(int status, boolean symmetric, boolean capped, long downlinkSpeed, argument
72 mStatus = status;
96 int status = wanInfo & LINK_STATUS_MASK;
106 return new HSWanMetricsElement(status, symmetric, capped, downlinkSpeed, uplinkSpeed,
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoaderInterface.java20 public int status; field in class:PhotoBitmapLoaderInterface.BitmapResult

Completed in 517 milliseconds

1234567891011>>