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

1234567891011>>

/frameworks/base/core/java/android/bluetooth/
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/hardware/
H A DCameraStatus.java25 * Contains the name of the camera device, and its current status, one of the
32 public int status; field in class:CameraStatus
42 out.writeInt(status);
47 status = in.readInt();
54 CameraStatus status = new CameraStatus();
55 status.readFromParcel(in);
57 return status;
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareCallback.java49 * @param status One of {@link GeofenceHardware#GEOFENCE_SUCCESS},
55 public void onGeofenceAdd(int geofenceId, int status) { argument
62 * @param status One of {@link GeofenceHardware#GEOFENCE_SUCCESS},
66 public void onGeofenceRemove(int geofenceId, int status) { argument
73 * @param status One of {@link GeofenceHardware#GEOFENCE_SUCCESS},
77 public void onGeofencePause(int geofenceId, int status) { argument
84 * @param status One of {@link GeofenceHardware#GEOFENCE_SUCCESS},
89 public void onGeofenceResume(int geofenceId, int status) { argument
/frameworks/base/core/java/android/webkit/
H A DWebViewProviderResponse.java26 public WebViewProviderResponse(PackageInfo packageInfo, int status) { argument
28 this.status = status;
45 status = in.readInt();
56 out.writeInt(status);
60 public final int status; field in class:WebViewProviderResponse
/frameworks/base/core/jni/
H A Dandroid_media_AudioErrors.h23 // status codes used by JAVA APIs. Translation from native error codes is done by
38 static inline jint nativeToJavaStatus(status_t status) { argument
39 switch (status) {
/frameworks/base/libs/hwui/
H A DImage.cpp43 GLenum status = GL_NO_ERROR; local
44 while ((status = glGetError()) != GL_NO_ERROR) {
45 ALOGW("Error creating image (%#x)", status);
/frameworks/base/libs/hwui/debug/
H A DGlesErrorCheckWrapper.cpp26 GLenum status = GL_NO_ERROR; local
29 while ((status = mBase.glGetError_()) != GL_NO_ERROR) {
30 lastError = status;
31 switch (status) {
49 ALOGE("GL error: 0x%x", status);
/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
/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/bugreportz/
H A Dbugreportz_test.cpp78 int status = bugreportz(read_fd_, show_progress); local
84 ASSERT_EQ(0, status) << "bugrepotz() call failed (stdout: " << stdout_ << ")";
/frameworks/native/cmds/servicemanager/
H A Dbctest.c37 int status; local
50 status = bio_get_uint32(&reply);
54 return status;
/frameworks/native/cmds/surfacereplayer/replayer/
H A DMain.cpp103 status_t status = NO_ERROR; local
106 status = r.replay();
109 if (status == NO_ERROR) {
112 std::cerr << "Trace replayer returned error: " << status << std::endl;
/frameworks/native/libs/vr/libdisplay/
H A Dvsync_client.cpp24 auto status = InvokeRemoteMethod<VSyncProtocol::Wait>(); local
25 if (!status) {
27 status.GetErrorMessage().c_str());
28 return -status.error();
32 *timestamp_ns = status.get();
40 auto status = InvokeRemoteMethod<VSyncProtocol::GetLastTimestamp>(); local
41 if (!status) {
43 status.GetErrorMessage().c_str());
44 return -status.error();
46 *timestamp_ns = status
69 auto status = InvokeRemoteMethod<VSyncProtocol::Acknowledge>(); 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/sensorservice/hidl/
H A Dutils.cpp56 Result convertResult(status_t status) { argument
57 switch (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.java25 public int status; /*1 = active, 0 = not active */ field in class:CallForwardInfo
34 return super.toString() + (status == 0 ? " not active " : " active ")
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp49 GLenum status; local
50 status = glCheckFramebufferStatus(GL_FRAMEBUFFER);
51 switch (status) {
/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);
H A DIPresetReverb.cpp51 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/libaaudio/src/binding/
H A DSharedMemoryParcelable.cpp49 status_t status = parcel->writeInt32(mSizeInBytes); local
50 if (status != NO_ERROR) return status;
52 status = parcel->writeDupFileDescriptor(mFd);
53 ALOGE_IF(status != NO_ERROR, "SharedMemoryParcelable writeDupFileDescriptor failed : %d",
54 status);
56 return status;
60 status_t status = parcel->readInt32(&mSizeInBytes); local
61 if (status != NO_ERROR) {
62 return status;
[all...]

Completed in 2411 milliseconds

1234567891011>>