Home
last modified time | relevance | path

Searched refs:readExceptionCode (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/storage/
DIMountService.cpp72 int32_t err = reply.readExceptionCode(); in registerListener()
88 int32_t err = reply.readExceptionCode(); in unregisterListener()
103 int32_t err = reply.readExceptionCode(); in isUsbMassStorageConnected()
120 int32_t err = reply.readExceptionCode(); in setUsbMassStorageEnabled()
135 int32_t err = reply.readExceptionCode(); in isUsbMassStorageEnabled()
152 int32_t err = reply.readExceptionCode(); in mountVolume()
171 int32_t err = reply.readExceptionCode(); in unmountVolume()
188 int32_t err = reply.readExceptionCode(); in formatVolume()
205 int32_t err = reply.readExceptionCode(); in getStorageUsers()
227 int32_t err = reply.readExceptionCode(); in getVolumeState()
[all …]
/frameworks/av/media/libmediaplayerservice/
DActivityManager.cpp43 int32_t exceptionCode = reply.readExceptionCode(); in openContentProviderFile()
/frameworks/av/services/audioflinger/
DISchedulingPolicyService.cpp49 if (reply.readExceptionCode() != 0) return -1; in requestPriority()
/frameworks/native/libs/binder/
DIPermissionController.cpp49 if (reply.readExceptionCode() != 0) return 0; in checkPermission()
DIServiceManager.cpp163 return err == NO_ERROR ? reply.readExceptionCode() : err; in addService()
DParcel.cpp1054 int32_t Parcel::readExceptionCode() const in readExceptionCode() function in android::Parcel
/frameworks/base/services/sensorservice/
DSensorDevice.cpp59 err = reply.readExceptionCode(); in noteStartSensor()
70 err = reply.readExceptionCode(); in noteStopSensor()
/frameworks/base/core/java/android/database/
DDatabaseUtils.java137 int code = reply.readExceptionCode(); in readExceptionFromParcel()
145 int code = reply.readExceptionCode(); in readExceptionWithFileNotFoundExceptionFromParcel()
157 int code = reply.readExceptionCode(); in readExceptionWithOperationApplicationExceptionFromParcel()
/frameworks/native/include/binder/
DParcel.h161 int32_t readExceptionCode() const;
/frameworks/base/core/java/android/os/
DParcel.java1376 int code = readExceptionCode(); in readException()
1396 public final int readExceptionCode() { in readExceptionCode() method in Parcel