Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 1296) sorted by relevance

12345678910>>...52

/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp42 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/native/libs/binder/ndk/
Dstatus.cpp27 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()
Dparcel.cpp65 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
155 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in ReadArray() local
169 status_t status = rawParcel->readChar(array + i); in ReadArray() local
182 binder_status_t status = WriteAndValidateArraySize(parcel, arrayIsNull, length); in WriteArray() local
203 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in ReadArray() local
213 status_t status = (rawParcel->*read)(&readTarget); in ReadArray() local
[all …]
/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper_tests.cpp126 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/wilhelm/src/itf/
DIEnvironmentalReverb.cpp59 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/
DAAudioBinderAdapter.cpp37 Status status = mDelegate->openStream(request.parcelable(), in openStream() local
49 Status status = mDelegate->closeStream(streamHandle, &result); in closeStream() local
60 Status status = mDelegate->getStreamDescription(streamHandle, in getStreamDescription() local
72 Status status = mDelegate->startStream(streamHandle, &result); in startStream() local
81 Status status = mDelegate->pauseStream(streamHandle, &result); in pauseStream() local
90 Status status = mDelegate->stopStream(streamHandle, &result); in stopStream() local
99 Status status = mDelegate->flushStream(streamHandle, &result); in flushStream() local
110 …Status status = mDelegate->registerAudioThread(streamHandle, clientThreadId, periodNanoseconds, &r… in registerAudioThread() local
120 Status status = mDelegate->unregisterAudioThread(streamHandle, clientThreadId, &result); in unregisterAudioThread() local
131 Status status = mDelegate->exitStandby(streamHandle, &endpoint, &result); in exitStandby() local
/frameworks/base/services/core/jni/gnss/
DGnssGeofenceCallback.cpp73 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 …]
DGnssMeasurement.cpp33 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
DGnss.cpp200 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/
DEffectTestHelper.cpp21 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/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/keys/
DRecoverableKeyStoreSecondaryKeyTest.java115 int status = mSecondaryKey.getStatus(mContext); in getStatus_whenSynced_returnsSynced() local
125 int status = mSecondaryKey.getStatus(mContext); in getStatus_whenNotSynced_returnsNotSynced() local
135 int status = mSecondaryKey.getStatus(mContext); in getStatus_onPermanentFailure_returnsDestroyed() local
145 int status = mSecondaryKey.getStatus(mContext); in getStatus_forUnknownStatusCode_returnsNotSynced() local
155 int status = mSecondaryKey.getStatus(mContext); in getStatus_onInternalError_returnsNotSynced() local
160 private void setStatus(int status) throws Exception { in setStatus()
/frameworks/av/media/codecs/m4v_h263/dec/src/
Dbitstream.cpp177 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/drm/mediadrm/plugins/clearkey/hidl/fuzzer/
DclearkeyV1.4_fuzzer.cpp246 [[maybe_unused]] hidl_vec<drm::V1_4::LogMessage> logs) {}; in invokeDrmV1_4API()
271 [&](Status status, const hidl_string &hValue) { in invokeDrmPropertyAPI()
284 [&](Status status, const hidl_vec<uint8_t> &hValue) { in invokeDrmPropertyAPI()
300 [&](Status status, uint32_t hCurrentSessions, uint32_t hMaxSessions) { in invokeDrmDecryptEncryptAPI()
319 [&](drm::V1_2::Status status, const drm::V1_2::HdcpLevel &connectedLevel, in invokeDrmDecryptEncryptAPI()
320 const drm::V1_2::HdcpLevel &maxLevel) { in invokeDrmDecryptEncryptAPI()
329 [&](Status status, SecurityLevel hLevel) { in invokeDrmDecryptEncryptAPI()
337 [&](Status status, hidl_vec<DrmMetricGroup> hMetricGroups) { in invokeDrmDecryptEncryptAPI()
352 [&]([[maybe_unused]] drm::V1_2::Status status, const hidl_vec<uint8_t> &, in invokeDrmDecryptEncryptAPI()
373 [&]([[maybe_unused]] drm::V1_2::Status status, const hidl_vec<uint8_t> &, in invokeDrmDecryptEncryptAPI()
[all …]
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp78 auto status = InvokeRemoteMethod<BufferHubRPC::GetQueueInfo>(); in ImportQueue() local
99 if (auto status = CreateConsumerQueueHandle(/*silent*/ false)) in CreateConsumerQueue() local
106 if (auto status = CreateConsumerQueueHandle(/*silent*/ true)) in CreateSilentConsumerQueue() local
114 auto status = InvokeRemoteMethod<BufferHubRPC::CreateConsumerQueue>(silent); in CreateConsumerQueueHandle() local
128 auto status = CreateConsumerQueueHandle(silent); in CreateConsumerQueueParcelable() local
218 auto status = buffers_[slot]->GetEventMask(poll_events); in HandleBufferEvent() local
251 auto status = GetEventMask(poll_event); in HandleQueueEvent() local
404 auto status = RemoveBuffer(slot); in FreeAllBuffers() local
420 auto status = ImportQueue(); in ProducerQueue() local
431 auto status = in ProducerQueue() local
[all …]
/frameworks/native/libs/gui/tests/
DDisplayedContentSampling_test.cpp42 status_t status = in shouldSkipTest() local
67 status_t status = in TEST_F() local
77 status_t status = in TEST_F() local
85 status_t status = mComposerClient->setDisplayContentSamplingEnabled(mDisplayToken, true, in TEST_F() local
97 status_t status = mComposerClient->setDisplayContentSamplingEnabled(mDisplayToken, true, in TEST_F() local
112 status_t status = mComposerClient->getDisplayedContentSample(mDisplayToken, 0, 0, &stats); in TEST_F() local
/frameworks/av/media/libeffects/preprocessing/benchmarks/
Dpreprocessing_benchmark.cpp180 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/av/media/libeffects/lvm/tests/
DEffectTestHelper.cpp23 int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect(mUuid, 1, 1, &mEffectHandle); in createEffect() local
28 int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(mEffectHandle); in releaseEffect() local
41 int status = (*mEffectHandle) in setConfig() local
57 int status = (*mEffectHandle)->process(mEffectHandle, &inBuffer, &outBuffer); in process() local
/frameworks/base/telephony/java/com/android/ims/
DImsConfigListener.aidl34 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/native/libs/vr/libdisplay/
Ddisplay_client.cpp27 auto status = InvokeRemoteMethod<DisplayProtocol::GetSurfaceInfo>(); local
45 auto status = InvokeRemoteMethod<DisplayProtocol::CreateSurface>(attributes); local
70 auto status = InvokeRemoteMethod<DisplayProtocol::SetAttributes>(attributes); in SetAttributes() local
109 auto status = InvokeRemoteMethod<DisplayProtocol::CreateQueue>( in CreateQueue() local
138 auto status = CreateQueue(width, height, format, metadata_size); in CreateQueue() local
170 auto status = in GetConfigurationData() local
196 auto status = in SetupGlobalBuffer() local
221 auto status = InvokeRemoteMethod<DisplayProtocol::DeleteGlobalBuffer>(key); in DeleteGlobalBuffer() local
232 auto status = InvokeRemoteMethod<DisplayProtocol::GetGlobalBuffer>(key); in GetGlobalBuffer() local
/frameworks/libs/net/common/netd/aidl_api/mdns_aidl_interface/current/android/net/mdns/aidl/
DIMDnsEventListener.aidl37 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/aidl_api/mdns_aidl_interface/1/android/net/mdns/aidl/
DIMDnsEventListener.aidl37 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/
DIMDnsEventListener.aidl50 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/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp203 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/native/libs/graphicsenv/
DGpuStatsInfo.cpp28 status_t status; in writeToParcel() local
46 status_t status; in readFromParcel() local
82 status_t status; in writeToParcel() local
96 status_t status; in readFromParcel() local
/frameworks/base/core/java/android/hardware/location/
DIGeofenceHardwareCallback.aidl25 void onGeofenceAdd(int geofenceId, int status); in onGeofenceAdd()
26 void onGeofenceRemove(int geofenceId, int status); in onGeofenceRemove()
27 void onGeofencePause(int geofenceId, int status); in onGeofencePause()
28 void onGeofenceResume(int geofenceId, int status); in onGeofenceResume()

12345678910>>...52