Searched defs:status (Results 26 - 50 of 461) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp44 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 DGnssMeasurementCallbackTransport.java65 public void onStatusChanged(final int status) { argument
71 callback.onStatusChanged(status);
H A DGnssNavigationMessageCallbackTransport.java67 public void onStatusChanged(final int status) { argument
73 callback.onStatusChanged(status);
H A DLocationListener.java47 * Called when the provider status changes. This method is called when
53 * @param status {@link LocationProvider#OUT_OF_SERVICE} if the
60 * status variables.
70 void onStatusChanged(String provider, int status, Bundle extras); argument
H A DGpsNavigationMessageEvent.java36 * The system does not support tracking of GPS Navigation Messages. This status will not change
70 * Returns the latest status of the GPS Navigation Messages sub-system.
72 void onStatusChanged(int status); argument
/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedLocationHardwareSink.java55 * Called when the status changes in the underlying FLP HAL
60 * @param status One of FLP_STATUS_LOCATION_AVAILABLE or
64 public void onStatusChanged(int status) { argument
/frameworks/native/cmds/servicemanager/
H A Dbctest.c37 int status; local
50 status = bio_get_uint32(&reply);
54 return status;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestSetNotificationRegistration.java32 public BluetoothMasRequestSetNotificationRegistration(boolean status) { argument
33 mStatus = status;
39 oap.add(OAP_TAGID_NOTIFICATION_STATUS, status ? NOTIFICATION_ON : NOTIFICATION_OFF);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallForwardInfo.java27 public int status; /*1 = active, 0 = not active */ field in class:CallForwardInfo
36 return super.toString() + (status == 0 ? " not active " : " active ")
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp50 GLenum status; local
51 status = glCheckFramebufferStatus(GL_FRAMEBUFFER);
52 switch (status) {
/frameworks/rs/
H A DrsCppUtils.cpp83 int status = 0; local
84 pid_t w = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0));
91 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) {
95 ALOGE("Child process \"%s\" terminated with status %d", exe, status);
/frameworks/wilhelm/src/itf/
H A DIPresetReverb.c51 android::status_t status = android_prev_setPreset(thiz->mPresetReverbEffect, preset); local
52 result = android_fx_statusToResult(status);
83 android::status_t status = android_prev_getPreset(thiz->mPresetReverbEffect, &preset); local
84 result = android_fx_statusToResult(status);
/frameworks/av/media/libmedia/
H A DIAudioRecord.cpp51 status_t status = remote()->transact(START, data, &reply); local
52 if (status == NO_ERROR) {
53 status = reply.readInt32();
55 ALOGW("start() error: %s", strerror(-status));
57 return status;
/frameworks/av/media/libnbaio/
H A DAudioBufferProviderSource.cpp56 status_t status = mProvider->getNextBuffer(&mBuffer); local
57 if (status != OK) {
58 return status == NOT_ENOUGH_DATA ? (ssize_t) WOULD_BLOCK : (ssize_t) status;
102 status_t status = mProvider->getNextBuffer(&mBuffer); local
103 if (CC_LIKELY(status == OK)) {
110 if (CC_LIKELY(status == NOT_ENOUGH_DATA)) {
111 status = WOULD_BLOCK;
113 return accumulator > 0 ? accumulator : (ssize_t) status;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpacket_util.cpp30 PV_STATUS status; local
47 status = PV_BitstreamShowBitsByteAlign(stream, resync_marker_length, &tmpvar32);
48 /* if (status != PV_SUCCESS && status != PV_END_OF_BUFFER) return status; */
115 status = BitstreamCheckEndBuffer(stream); /* return end_of_VOP 03/30/01 */
116 if (status != PV_SUCCESS)
118 return status;
120 status = BitstreamShowBits32HC(stream, &tmpvar32); /* 07/07/01 */
196 PV_STATUS status; local
[all...]
/frameworks/av/services/audioflinger/
H A DSpdifStreamOut.cpp94 status_t status = AudioStreamOut::open( local
100 ALOGI("SpdifStreamOut::open() status = %d", status);
102 return status;
/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...]
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiPlaybackClient.java52 * Listener used by the client to get display device status.
56 * Called when display device status is reported.
58 * @param status display device status. It should be one of the following values.
67 public void onComplete(int status); argument
96 * Gets the status of display device connected through HDMI bus.
132 public void onComplete(int status) {
133 callback.onComplete(status);
/frameworks/base/core/jni/
H A Dandroid_text_AndroidBidi.cpp39 UErrorCode status = U_ZERO_ERROR; local
40 UBiDi* bidi = ubidi_openSized(n, 0, &status);
41 ubidi_setPara(bidi, chs, n, dir, NULL, &status);
42 if (U_SUCCESS(status)) {
/frameworks/base/libs/hwui/debug/
H A Dwrap_gles.cpp32 GLenum status = GL_NO_ERROR; local
35 while ((status = glGetError()) != GL_NO_ERROR) {
36 lastError = status;
37 switch (status) {
55 ALOGE("GL error: 0x%x", 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/packages/Osu/src/com/android/hotspot2/osu/
H A DUserInputListener.java23 * Notification that status of the OSU operation has changed. The implementation may choose to
27 * Returning a null string on the initial status update of UserInputComplete or UserInputAborted
32 * @param status
36 public String operationStatus(String spIdentity, OSUOperationStatus status, String message); argument
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssMeasurementsProvider.java64 int status;
67 status = GnssMeasurementsEvent.Callback.STATUS_READY;
72 status = GnssMeasurementsEvent.Callback.STATUS_NOT_SUPPORTED;
75 status = GnssMeasurementsEvent.Callback.STATUS_LOCATION_DISABLED;
83 return new StatusChangedOperation(status);
90 public StatusChangedOperation(int status) { argument
91 mStatus = status;
H A DGnssNavigationMessageProvider.java65 int status;
68 status = GnssNavigationMessage.Callback.STATUS_READY;
73 status = GnssNavigationMessage.Callback.STATUS_NOT_SUPPORTED;
76 status = GnssNavigationMessage.Callback.STATUS_LOCATION_DISABLED;
84 return new StatusChangedOperation(status);
91 public StatusChangedOperation(int status) { argument
92 mStatus = status;

Completed in 2799 milliseconds

1234567891011>>