| /frameworks/native/services/vr/virtual_touchpad/ |
| D | EvdevInjector.cpp | 42 if (const int status = ioctl(fd_.get(), request, value)) { in IoctlSetInt() local 52 if (const int status = ioctl(fd_.get(), request)) { in IoctlVoid() local 73 if (const int status = RequireState(State::NEW)) { in ConfigureBegin() local 80 if (const int status = uinput_->Open()) { in ConfigureBegin() local 102 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureInputProperty() local 105 if (const int status = uinput_->IoctlSetInt(UI_SET_PROPBIT, property)) { in ConfigureInputProperty() local 118 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureKey() local 121 if (const int status = EnableEventType(EV_KEY)) { in ConfigureKey() local 124 if (const int status = uinput_->IoctlSetInt(UI_SET_KEYBIT, key)) { in ConfigureKey() local 140 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureAbs() local [all …]
|
| /frameworks/av/drm/libmediadrm/ |
| D | DrmMetricsLogger.cpp | 47 #define STATUS_CASE(status) \ in MediaErrorToEnum() argument 100 #define STATUS_CASE(status) \ in DrmPluginSecurityLevelToJavaSecurityLevel() argument 119 DrmStatus status = mImpl->initCheck(); in initCheck() local 130 DrmStatus status = mImpl->isCryptoSchemeSupported(uuid, mimeType, securityLevel, result); in isCryptoSchemeSupported() local 150 DrmStatus status = mImpl->createPlugin(uuid, appPackageName); in createPlugin() local 164 DrmStatus status = mImpl->destroyPlugin(); in destroyPlugin() local 177 DrmStatus status = mImpl->openSession(securityLevel, sessionId); in openSession() local 200 DrmStatus status = mImpl->closeSession(sessionId); in closeSession() local 217 DrmStatus status = in getKeyRequest() local 229 DrmStatus status = mImpl->provideKeyResponse(sessionId, response, keySetId); in provideKeyResponse() local [all …]
|
| /frameworks/base/core/tests/coretests/src/android/app/time/ |
| D | LocationTimeZoneAlgorithmStatusTest.java | 200 LocationTimeZoneAlgorithmStatus status = new LocationTimeZoneAlgorithmStatus( in testParseCommandlineArg_noNullReportedStatuses() local 210 LocationTimeZoneAlgorithmStatus status = new LocationTimeZoneAlgorithmStatus( in testParseCommandlineArg_withNullReportedStatuses() local 268 LocationTimeZoneAlgorithmStatus status = in testCouldEnableTelephonyFallback_running() local 276 LocationTimeZoneAlgorithmStatus status = in testCouldEnableTelephonyFallback_running() local 282 LocationTimeZoneAlgorithmStatus status = in testCouldEnableTelephonyFallback_running() local 292 LocationTimeZoneAlgorithmStatus status = in testCouldEnableTelephonyFallback_running() local 299 LocationTimeZoneAlgorithmStatus status = in testCouldEnableTelephonyFallback_running() local 306 LocationTimeZoneAlgorithmStatus status = in testCouldEnableTelephonyFallback_running() local 313 LocationTimeZoneAlgorithmStatus status = in testCouldEnableTelephonyFallback_running() local 320 LocationTimeZoneAlgorithmStatus status = in testCouldEnableTelephonyFallback_running() local
|
| /frameworks/native/libs/binder/ndk/ |
| D | status.cpp | 27 static AStatus status = AStatus(); in AStatus_newOk() local 47 AStatus* AStatus_fromStatus(binder_status_t status) { in AStatus_fromStatus() 51 bool AStatus_isOk(const AStatus* status) { in AStatus_isOk() 55 binder_exception_t AStatus_getExceptionCode(const AStatus* status) { in AStatus_getExceptionCode() 59 int32_t AStatus_getServiceSpecificError(const AStatus* status) { in AStatus_getServiceSpecificError() 63 binder_status_t AStatus_getStatus(const AStatus* status) { in AStatus_getStatus() 67 const char* AStatus_getMessage(const AStatus* status) { in AStatus_getMessage() 71 const char* AStatus_getDescription(const AStatus* status) { in AStatus_getDescription() 82 void AStatus_delete(AStatus* status) { in AStatus_delete() 88 binder_status_t PruneStatusT(status_t status) { in PruneStatusT()
|
| D | parcel.cpp | 65 status_t status = rawParcel->writeInt32(length); in WriteAndValidateArraySize() local 72 if (status_t status = parcel->get()->readInt32(length); status != STATUS_OK) { in ReadAndValidateArraySize() local 85 binder_status_t status = WriteAndValidateArraySize(parcel, array == nullptr, length); in WriteArray() local 103 binder_status_t status = WriteAndValidateArraySize(parcel, array == nullptr, length); in WriteArray() local 127 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in ReadArray() local 161 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in ReadArray() local 181 status_t status = rawParcel->readChar(array + i); in ReadArray() local 194 binder_status_t status = WriteAndValidateArraySize(parcel, arrayIsNull, length); in WriteArray() local 215 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in ReadArray() local 231 status_t status = (rawParcel->*read)(&readTarget); in ReadArray() local [all …]
|
| /frameworks/native/libs/vr/libpdx_uds/ |
| D | ipc_helper_tests.cpp | 126 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() local 140 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() local 149 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() local 157 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() local 169 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() local 180 auto status = RecvAll(&receiver_, kSocket, IntToPtr(kPtr), 100); in TEST_F() local 192 auto status = RecvAll(&receiver_, kSocket, IntToPtr(kPtr), 100); in TEST_F() local 201 auto status = RecvAll(&receiver_, kSocket, IntToPtr(kPtr), 100); in TEST_F() local 209 auto status = RecvAll(&receiver_, kSocket, IntToPtr(kPtr), 100); in TEST_F() local 220 auto status = RecvAll(&receiver_, kSocket, IntToPtr(kPtr), 100); in TEST_F() local [all …]
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/bluetooth/ |
| D | BluetoothRepositoryImplTest.kt | 66 val status = fetchConnectionStatus(currentDevices = emptyList()) in <lambda>() constant 82 val status = fetchConnectionStatus(currentDevices = emptyList()) in <lambda>() constant 99 val status = fetchConnectionStatus(currentDevices = listOf(device1, device2)) in <lambda>() constant 112 val status = fetchConnectionStatus(currentDevices = listOf(device)) in <lambda>() constant 132 val status = fetchConnectionStatus(currentDevices = listOf(device1, device2)) in <lambda>() constant 153 val status = fetchConnectionStatus(currentDevices = listOf(device1, device2)) in <lambda>() constant 161 val status = fetchConnectionStatus(currentDevices = emptyList()) in <lambda>() constant 171 val status = fetchConnectionStatus(currentDevices = listOf(device)) in <lambda>() constant 181 val status = fetchConnectionStatus(currentDevices = listOf(device)) in <lambda>() constant 195 val status = in <lambda>() constant [all …]
|
| /frameworks/wilhelm/src/itf/ |
| D | IEnvironmentalReverb.cpp | 59 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_SetRoomLevel() local 86 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_GetRoomLevel() local 120 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_SetRoomHFLevel() local 148 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_GetRoomHFLevel() local 179 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_SetDecayTime() local 207 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_GetDecayTime() local 238 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_SetDecayHFRatio() local 266 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_GetDecayHFRatio() local 299 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_SetReflectionsLevel() local 327 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_GetReflectionsLevel() local [all …]
|
| /frameworks/av/media/libaaudio/src/binding/ |
| D | AAudioBinderAdapter.cpp | 38 Status status = mDelegate->openStream(request.parcelable(), in openStream() local 53 Status status = mDelegate->closeStream(streamHandleInfo.getHandle(), &result); in closeStream() local 67 Status status = mDelegate->getStreamDescription(streamHandleInfo.getHandle(), in getStreamDescription() local 82 Status status = mDelegate->startStream(streamHandleInfo.getHandle(), &result); in startStream() local 94 Status status = mDelegate->pauseStream(streamHandleInfo.getHandle(), &result); in pauseStream() local 106 Status status = mDelegate->stopStream(streamHandleInfo.getHandle(), &result); in stopStream() local 118 Status status = mDelegate->flushStream(streamHandleInfo.getHandle(), &result); in flushStream() local 132 Status status = mDelegate->registerAudioThread( in registerAudioThread() local 146 Status status = mDelegate->unregisterAudioThread( in unregisterAudioThread() local 161 Status status = mDelegate->exitStandby(streamHandleInfo.getHandle(), &endpoint, &result); in exitStandby() local
|
| /frameworks/base/services/core/jni/gnss/ |
| D | GnssGeofenceCallback.cpp | 73 Status GnssGeofenceCallbackAidl::gnssGeofenceAddCb(int geofenceId, int status) { in gnssGeofenceAddCb() 78 Status GnssGeofenceCallbackAidl::gnssGeofenceRemoveCb(int geofenceId, int status) { in gnssGeofenceRemoveCb() 83 Status GnssGeofenceCallbackAidl::gnssGeofencePauseCb(int geofenceId, int status) { in gnssGeofencePauseCb() 88 Status GnssGeofenceCallbackAidl::gnssGeofenceResumeCb(int geofenceId, int status) { in gnssGeofenceResumeCb() 108 GeofenceStatus status) { in gnssGeofenceAddCb() 114 GeofenceStatus status) { in gnssGeofenceRemoveCb() 120 GeofenceStatus status) { in gnssGeofencePauseCb() 126 GeofenceStatus status) { in gnssGeofenceResumeCb() 131 void GnssGeofenceCallbackUtil::gnssGeofenceAddCb(int geofenceId, int status) { in gnssGeofenceAddCb() 141 void GnssGeofenceCallbackUtil::gnssGeofenceRemoveCb(int geofenceId, int status) { in gnssGeofenceRemoveCb() [all …]
|
| D | GnssMeasurement.cpp | 33 jboolean checkGnssMeasurementStatus(const IGnssMeasurement_V1_0::GnssMeasurementStatus& status) { in checkGnssMeasurementStatus() 55 auto status = mIGnssMeasurement->setCallbackWithOptions(callback->getAidl(), options); in setCallback() local 60 auto status = mIGnssMeasurement->setCallback(callback->getAidl(), options.enableFullTracking, in setCallback() local 66 auto status = mIGnssMeasurement->close(); in close() local 86 auto status = mIGnssMeasurement_V1_0->setCallback(callback->getHidl()); in setCallback() local 112 auto status = mIGnssMeasurement_V1_1->setCallback_1_1(callback->getHidl(), in setCallback() local 134 auto status = mIGnssMeasurement_V2_0->setCallback_2_0(callback->getHidl(), in setCallback() local 156 auto status = mIGnssMeasurement_V2_1->setCallback_2_1(callback->getHidl(), in setCallback() local
|
| D | Gnss.cpp | 200 auto status = gnssHalAidl->setCallback(gnssCbIfaceAidl); in setCallback() local 226 auto status = gnssHalAidl->close(); in close() local 238 auto status = gnssHalAidl->start(); in start() local 252 auto status = gnssHalAidl->stop(); in stop() local 267 auto status = gnssHalAidl->startSvStatus(); in startSvStatus() local 279 auto status = gnssHalAidl->stopSvStatus(); in stopSvStatus() local 291 auto status = gnssHalAidl->startNmea(); in startNmea() local 303 auto status = gnssHalAidl->stopNmea(); in stopNmea() local 336 auto status = gnssHalAidl->setPositionMode(options); in setPositionMode() local 358 auto status = gnssHalAidl->deleteAidingData(static_cast<IGnssAidl::GnssAidingData>(flags)); in deleteAidingData() local [all …]
|
| /frameworks/av/media/libeffects/preprocessing/tests/ |
| D | EffectTestHelper.cpp | 21 int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect(mUuid, 1, 1, &mEffectHandle); in createEffect() local 26 int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(mEffectHandle); in releaseEffect() local 39 int status = (*mEffectHandle) in setConfig() local 46 int status = (*mEffectHandle) in setConfig() local 67 int status = (*mEffectHandle) in setParam() local 81 int status = (*mEffectHandle)->process(mEffectHandle, &inBuffer, &outBuffer); in process() local 93 int status = (*mEffectHandle)->process_reverse(mEffectHandle, &farInBuffer, &outBuffer); in process_reverse() local
|
| /frameworks/native/libs/binder/tests/parcel_fuzzer/ |
| D | binder_ndk.cpp | 63 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel() local 90 binder_status_t status = AParcel_setDataPosition(p.aParcel(), pos); in __anonb97ca9940102() local 96 binder_status_t status = AParcel_readStatusHeader(p.aParcel(), t.getR()); in __anonb97ca9940202() local 107 binder_status_t status = AParcel_readParcelable(p.aParcel(), &ph); in __anonb97ca9940402() local 116 binder_status_t status = AParcel_appendFrom(p.aParcel(), parcel, offset, pos); in __anonb97ca9940502() local 187 binder_status_t status = emptyParcelable.readFromParcel(p.aParcel()); in __anonb97ca9940602() local 193 binder_status_t status = singleDataParcelable.readFromParcel(p.aParcel()); in __anonb97ca9940702() local 199 binder_status_t status = genericDataParcelable.readFromParcel(p.aParcel()); in __anonb97ca9940802() local 210 binder_status_t status = AParcel_marshal(p.aParcel(), buffer, start, len); in __anonb97ca9940902() local 220 binder_status_t status = AParcel_unmarshal(adapter.aParcel(), buffer, bufferLen); in __anonb97ca9940a02() local
|
| /frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
| D | bitstream.cpp | 177 PV_STATUS status = PV_SUCCESS; in BitstreamShowBits32HC() local 195 PV_STATUS status = PV_SUCCESS; in BitstreamShowBits32() local 217 PV_STATUS status = PV_SUCCESS; in BitstreamShowBits16() local 240 PV_STATUS status = PV_SUCCESS; in BitstreamShow15Bits() local 259 PV_STATUS status = PV_SUCCESS; in BitstreamShow13Bits() local 273 PV_STATUS status; in BitstreamReadBits16_INLINE() local 288 PV_STATUS status = PV_SUCCESS; in BitstreamRead1Bits_INLINE() local 357 PV_STATUS status = PV_SUCCESS; in PV_BitstreamFlushBitsCheck() local 424 PV_STATUS status = PV_SUCCESS; in PV_BitstreamShowBitsByteAlign() local 443 PV_STATUS status = PV_SUCCESS; in PV_BitstreamShowBitsByteAlignNoForceStuffing() local [all …]
|
| /frameworks/av/media/libeffects/preprocessing/benchmarks/ |
| D | preprocessing_benchmark.cpp | 180 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect(&kEffectUuids[effectType], in preProcCreateEffect() local 189 if (int status = (**pEffectHandle) in preProcCreateEffect() local 197 if (int status = (**pEffectHandle) in preProcCreateEffect() local 239 if (int status = preProcCreateEffect(&effectHandle, state.range(1), &config, sessionId, ioId); in BM_PREPROCESSING() local 247 if (int status = in BM_PREPROCESSING() local 280 if (int status = in BM_PREPROCESSING() local 287 if (int status = (*effectHandle)->process(effectHandle, &inBuffer, &outBuffer); in BM_PREPROCESSING() local 293 if (int status = in BM_PREPROCESSING() local 306 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(effectHandle); status != 0) { in BM_PREPROCESSING() local
|
| /frameworks/native/libs/gui/tests/ |
| D | DisplayedContentSampling_test.cpp | 45 status_t status = in shouldSkipTest() local 70 status_t status = in TEST_F() local 80 status_t status = in TEST_F() local 88 status_t status = mComposerClient->setDisplayContentSamplingEnabled(mDisplayToken, true, in TEST_F() local 100 status_t status = mComposerClient->setDisplayContentSamplingEnabled(mDisplayToken, true, in TEST_F() local 115 status_t status = mComposerClient->getDisplayedContentSample(mDisplayToken, 0, 0, &stats); in TEST_F() local
|
| /frameworks/av/media/libeffects/tests/common/ |
| D | EffectTestHelper.cpp | 22 int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect(mUuid, 1, 1, &mEffectHandle); in createEffect() local 27 int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(mEffectHandle); in releaseEffect() local 40 int status = (*mEffectHandle) in setConfig() local 56 int status = (*mEffectHandle)->process(mEffectHandle, &inBuffer, &outBuffer); in process() local
|
| /frameworks/base/telephony/java/com/android/ims/ |
| D | ImsConfigListener.aidl | 34 void onGetFeatureResponse(int feature, int network, int value, int status); in onGetFeatureResponse() 51 void onSetFeatureResponse(int feature, int network, int value, int status); in onSetFeatureResponse() 62 void onGetVideoQuality(int status, int quality); in onGetVideoQuality() 73 void onSetVideoQuality(int status); in onSetVideoQuality()
|
| /frameworks/base/media/jni/audioeffect/ |
| D | Visualizer.cpp | 59 status_t status = AudioEffect::set( in set() local 102 status_t status = AudioEffect::setEnabled(enabled); in setEnabled() local 173 status_t status = setParameter(p); in setCaptureSize() local 202 status_t status = setParameter(p); in setScalingMode() local 232 status_t status = setParameter(p); in setMeasurementMode() local 265 status_t status = NO_ERROR; in getIntMeasurements() local 292 status_t status = NO_ERROR; in getWaveForm() local 316 status_t status = NO_ERROR; in getFft() local 366 status_t status = getWaveForm(waveform); in periodicCapture() local 401 status_t status = getParameter(p); in initCaptureSize() local [all …]
|
| /frameworks/libs/net/common/netd/aidl_api/mdns_aidl_interface/1/android/net/mdns/aidl/ |
| D | IMDnsEventListener.aidl | 37 oneway void onServiceRegistrationStatus(in android.net.mdns.aidl.RegistrationInfo status); in onServiceRegistrationStatus() 38 oneway void onServiceDiscoveryStatus(in android.net.mdns.aidl.DiscoveryInfo status); in onServiceDiscoveryStatus() 39 oneway void onServiceResolutionStatus(in android.net.mdns.aidl.ResolutionInfo status); in onServiceResolutionStatus() 40 oneway void onGettingServiceAddressStatus(in android.net.mdns.aidl.GetAddressInfo status); in onGettingServiceAddressStatus()
|
| /frameworks/libs/net/common/netd/binder/android/net/mdns/aidl/ |
| D | IMDnsEventListener.aidl | 50 void onServiceRegistrationStatus(in RegistrationInfo status); in onServiceRegistrationStatus() 55 void onServiceDiscoveryStatus(in DiscoveryInfo status); in onServiceDiscoveryStatus() 60 void onServiceResolutionStatus(in ResolutionInfo status); in onServiceResolutionStatus() 65 void onGettingServiceAddressStatus(in GetAddressInfo status); in onGettingServiceAddressStatus()
|
| /frameworks/libs/net/common/netd/aidl_api/mdns_aidl_interface/current/android/net/mdns/aidl/ |
| D | IMDnsEventListener.aidl | 37 oneway void onServiceRegistrationStatus(in android.net.mdns.aidl.RegistrationInfo status); in onServiceRegistrationStatus() 38 oneway void onServiceDiscoveryStatus(in android.net.mdns.aidl.DiscoveryInfo status); in onServiceDiscoveryStatus() 39 oneway void onServiceResolutionStatus(in android.net.mdns.aidl.ResolutionInfo status); in onServiceResolutionStatus() 40 oneway void onGettingServiceAddressStatus(in android.net.mdns.aidl.GetAddressInfo status); in onGettingServiceAddressStatus()
|
| /frameworks/av/media/libstagefright/codecs/avcenc/ |
| D | SoftAVCEnc.cpp | 203 IV_STATUS_T status; in setDimensions() local 226 IV_STATUS_T status; in setNumCores() local 251 IV_STATUS_T status; in setFrameRate() local 277 IV_STATUS_T status; in setIpeParams() local 304 IV_STATUS_T status; in setBitRate() local 328 IV_STATUS_T status; in setFrameType() local 352 IV_STATUS_T status; in setQp() local 384 IV_STATUS_T status; in setEncMode() local 411 IV_STATUS_T status; in setVbvParams() local 436 IV_STATUS_T status; in setAirParams() local [all …]
|
| /frameworks/base/core/java/android/hardware/location/ |
| D | GeofenceHardwareCallback.java | 55 public void onGeofenceAdd(int geofenceId, int status) { in onGeofenceAdd() 66 public void onGeofenceRemove(int geofenceId, int status) { in onGeofenceRemove() 77 public void onGeofencePause(int geofenceId, int status) { in onGeofencePause() 89 public void onGeofenceResume(int geofenceId, int status) { in onGeofenceResume()
|