/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
H A D | HalDeviceManager.java | 112 * Register a ManagerStatusListener to get information about the status of the manager. Use the 113 * isReady() and isStarted() methods to check status immediately after registration and when 141 * Returns the current status of the HalDeviceManager: whether or not it is ready to execute 143 * the registerStatusListener() to listener for status changes. 150 * Returns the current status of Wi-Fi: started (true) or stopped (false). 179 * HAL device manager status change listener. 183 * Indicates that the status of the HalDeviceManager has changed. Use isReady() and 184 * isStarted() to obtain status information. 292 * was created - allowing non-creators to monitor interface status. 396 iface.getName((WifiStatus status, Strin 1237 onFailure(WifiStatus status) argument 2082 statusString(WifiStatus status) argument [all...] |
/frameworks/av/drm/libdrmframework/ |
H A D | DrmManagerClientImpl.cpp | 183 status_t status = DRM_ERROR_UNKNOWN; local 185 status = getDrmManagerService()->consumeRights( 188 return status; 194 status_t status = DRM_ERROR_UNKNOWN; local 196 status = getDrmManagerService()->setPlaybackStatus( 199 return status; 214 status_t status = DRM_ERROR_UNKNOWN; local 216 status = getDrmManagerService()->removeRights(uniqueId, path); 218 return status; 251 status_t status local 284 status_t status = DRM_ERROR_UNKNOWN; local 295 status_t status = DRM_ERROR_UNKNOWN; local 307 status_t status = DRM_ERROR_UNKNOWN; local 319 status_t status = DRM_ERROR_UNKNOWN; local [all...] |
/frameworks/av/media/libaudiohal/2.0/ |
H A D | ConversionHelperHidl.cpp | 44 status_t status = halKeys.getAt(i, key); local 45 if (status != OK) return status; 65 status_t status = params.getAt(i, key, value); local 66 if (status != OK) return status;
|
/frameworks/av/media/libmedia/omx/1.0/ |
H A D | WOmx.cpp | 44 Status status, 46 fnStatus = toStatusT(status); 64 [&fnStatus, omxNode](Status status, sp<IOmxNode> const& node) { 65 fnStatus = toStatusT(status); 77 Status status, 80 fnStatus = toStatusT(status);
|
H A D | WOmxNode.cpp | 51 Status status, hidl_vec<uint8_t> const& outParams) { 52 fnStatus = toStatusT(status); 76 Status status, hidl_vec<uint8_t> const& outParams) { 77 fnStatus = toStatusT(status); 113 Status status, hidl_handle const& outSidebandHandle) { 114 fnStatus = toStatusT(status); 127 Status status, uint32_t outUsage) { 128 fnStatus = toStatusT(status); 149 Status status, 152 fnStatus = toStatusT(status); 193 status_t status = toStatusT(mBase->fillBuffer( local 211 status_t status = toStatusT(mBase->emptyBuffer( local 240 status_t status = toStatusT(mBase->dispatchMessage(tMsg)); local 262 Status status = toStatus(mBase->getParameter( local 283 Status status = toStatus(mBase->getConfig( local 318 Status status = toStatus(mBase->configureVideoTunnelMode( local 330 Status status = toStatus(mBase->getGraphicBufferUsage( local 348 Status status = toStatus(mBase->allocateSecureBuffer( local 368 Status status = toStatus(mBase->useBuffer( local 410 Status status = toStatus(mBase->getExtensionIndex( local [all...] |
/frameworks/base/location/java/android/location/ |
H A D | GpsStatus.java | 105 * Event sent periodically to report GPS satellite status. 106 * Call {@link #getSatellites()} to retrieve the status for each satellite. 111 * Used for receiving notifications when GPS status has changed. 117 * Called to report changes in the GPS status. 128 * status information. 203 void setStatus(GnssStatus status, int timeToFirstFix) { argument 205 setStatus(status.mSvCount, status.mSvidWithFlags, status.mCn0DbHz, status [all...] |
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/ |
H A D | RemoteDisplay.java | 107 return mMutableInfo.status; 110 public void setStatus(int status) { argument 111 if (mMutableInfo.status != status) { 112 mMutableInfo.status = status;
|
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/ |
H A D | EnrollmentUtil.java | 94 int status = SoundTrigger.STATUS_ERROR; 96 status = mModelManagementService.updateKeyphraseSoundModel(soundModel); 100 return status == SoundTrigger.STATUS_OK; 148 int status = SoundTrigger.STATUS_ERROR; 150 status = mModelManagementService.deleteKeyphraseSoundModel(keyphraseId, bcp47Locale); 154 return status == SoundTrigger.STATUS_OK;
|
H A D | TestEnrollmentActivity.java | 67 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(soundModel); 68 if (status) { 87 boolean status = mEnrollmentUtil.deleteSoundModel(KEYPHRASE_ID, BCP47_LOCALE); 88 if (status) { 112 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(updated); 113 if (status) {
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
H A D | BufferQueueScheduler.cpp | 84 status_t status = s->lock(&outBuffer, nullptr); local 86 if (status != NO_ERROR) { 87 ALOGE("fillSurface: failed to lock buffer, (%d)", status); 106 status = s->unlockAndPost(); 108 ALOGE_IF(status != NO_ERROR, "fillSurface: failed to unlock and post buffer, (%d)", status);
|
/frameworks/opt/net/lowpan/tests/ |
H A D | jointest.sh | 51 echo "+ adb shell lowpanctl -I wpan5 status" 52 adb shell lowpanctl -I wpan5 status || die 55 echo "+ adb shell lowpanctl -I wpan5 status" 56 adb shell lowpanctl -I wpan5 status || die 62 echo "+ adb shell lowpanctl -I wpan6 status" 63 adb shell lowpanctl -I wpan6 status || die 71 echo "+ adb shell lowpanctl -I wpan6 status" 72 adb shell lowpanctl -I wpan6 status || die 74 WPAN5_LL_ADDR=`adb shell lowpanctl -I wpan5 status | grep fe80:: | sed -e 's:^[^a-f:0-9]*\([a-f:0-9]*\)/.*:\1:i'` 75 WPAN6_LL_ADDR=`adb shell lowpanctl -I wpan6 status | gre [all...] |
/frameworks/av/media/libstagefright/omx/1.0/ |
H A D | WOmxNode.cpp | 54 Status status, hidl_vec<uint8_t> const& outParams) { 55 fnStatus = toStatusT(status); 79 Status status, hidl_vec<uint8_t> const& outParams) { 80 fnStatus = toStatusT(status); 116 Status status, hidl_handle const& outSidebandHandle) { 117 fnStatus = toStatusT(status); 130 Status status, uint32_t outUsage) { 131 fnStatus = toStatusT(status); 152 Status status, 155 fnStatus = toStatusT(status); 196 status_t status = toStatusT(mBase->fillBuffer( local 214 status_t status = toStatusT(mBase->emptyBuffer( local 243 status_t status = toStatusT(mBase->dispatchMessage(tMsg)); local 265 Status status = toStatus(mBase->getParameter( local 286 Status status = toStatus(mBase->getConfig( local 321 Status status = toStatus(mBase->configureVideoTunnelMode( local 333 Status status = toStatus(mBase->getGraphicBufferUsage( local 351 Status status = toStatus(mBase->allocateSecureBuffer( local 371 Status status = toStatus(mBase->useBuffer( local 413 Status status = toStatus(mBase->getExtensionIndex( local [all...] |
/frameworks/base/cmds/incident/ |
H A D | main.cpp | 47 virtual Status onReportSectionStatus(int32_t section, int32_t status); 48 virtual Status onReportServiceStatus(const String16& service, int32_t status); 68 StatusListener::onReportSectionStatus(int32_t section, int32_t status) argument 70 fprintf(stderr, "section %d status %d\n", section, status); 75 StatusListener::onReportServiceStatus(const String16& service, int32_t status) argument 77 fprintf(stderr, "service '%s' status %d\n", String8(service).string(), status); 188 Status status; local 264 status [all...] |
/frameworks/native/libs/vr/libdvr/ |
H A D | dvr_display_manager.cpp | 125 auto status = client->client->GetEventMask(in_events); 126 if (!status) 127 return -status.error(); 129 *out_events = status.get(); 138 auto status = client->client->GetSurfaceState(); 139 if (!status) 140 return -status.error(); 142 state->state = status.take(); 152 auto status = client->client->GetSurfaceQueue(surface_id, queue_id); 153 if (!status) { [all...] |
/frameworks/native/libs/vr/libpdx_uds/ |
H A D | client_channel_factory.cpp | 59 Status<void> status; local 92 status = WaitForEndpoint(endpoint_path_, timeout); 93 if (!status) 94 return ErrorStatus(status.error()); 127 status = ReceiveData(socket_.Borrow(), &connection_info); 128 if (!status) 129 return status.error_status(); 143 status = SendData(socket_.Borrow(), request); 144 if (!status) 145 return status [all...] |
/frameworks/native/services/vr/bufferhubd/ |
H A D | producer_queue_channel.cpp | 107 auto status = message.PushChannel(0, nullptr, &channel_id); local 108 if (!status) { 112 status.GetErrorMessage().c_str()); 135 return {status.take()}; 179 auto status = AllocateBuffer(message, width, height, layer_count, format, local 181 if (!status) { 185 return ErrorStatus(status.error()); 187 buffer_handles.push_back(status.take()); 211 auto status = message.PushChannel(0, nullptr, &buffer_id); local 213 if (!status) { [all...] |
/frameworks/wilhelm/src/android/ |
H A D | android_Effect.cpp | 202 android::status_t status; local 212 status = pFx->getParameter(p); 213 if (android::NO_ERROR == status) { 214 status = p->status; 215 if (android::NO_ERROR == status) { 220 return status; 228 android::status_t status; local 239 status = pFx->setParameter(p); 240 if (android::NO_ERROR == status) { 389 android::status_t status = android_fx_setParam(pFx, REVERB_PARAM_PRESET, local 537 android::status_t status = ap->mTrackPlayer->mAudioTrack->attachAuxEffect(pFx->id()); local 613 android::status_t status; local 633 android::status_t status; local 653 android_fx_statusToResult(android::status_t status) argument 675 android::status_t status = effect->initCheck(); local 733 android::status_t status = local 766 android::status_t status = local 819 android::status_t status = pFx->initCheck(); local 855 android::status_t status = pFx->setEnabled(SL_BOOLEAN_TRUE == enabled); local 887 android::status_t status = pFx->command( local [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
H A D | datapart_decode.cpp | 41 PV_STATUS status; local 86 status = DecodeDataPart_I_VideoPacket(video, slice_counter); 90 status = DecodeDataPart_P_VideoPacket(video, slice_counter); 98 while ((status = PV_ReadVideoPacketHeader(video, &mbnum)) == PV_FAIL) 100 if ((status = quickSearchVideoPacketHeader(stream, resync_marker_length)) != PV_SUCCESS) 106 if (status == PV_END_OF_VOP) 140 PV_STATUS status; local 175 status = GetMBheaderDataPart_DQUANT_DC(video, &QP); 198 status = BitstreamShowBits32(stream, DC_MARKER_LENGTH, &tmpvar); 209 status 305 PV_STATUS status; local 518 PV_STATUS status = PV_SUCCESS; local [all...] |
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IVideoCallback.aidl | 33 int status,
|
/frameworks/base/telephony/java/android/telephony/mbms/ |
H A D | InternalDownloadStatusListener.java | 40 @MbmsDownloadSession.DownloadStatus final int status) throws RemoteException { 50 mAppListener.onStatusUpdated(request, fileInfo, status); 39 onStatusUpdated(final DownloadRequest request, final FileInfo fileInfo, @MbmsDownloadSession.DownloadStatus final int status) argument
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsVideoCallCallback.aidl | 36 void receiveSessionModifyResponse(int status, in VideoProfile requestedProfile,
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
H A D | SchedulerService.java | 29 Notification status = new Notification.Builder(this) 41 startForeground(1, status);
|
/frameworks/base/tools/bit/ |
H A D | adb.h | 30 virtual void OnTestStatus(TestStatus& status) = 0; 31 virtual void OnSessionStatus(SessionStatus& status) = 0;
|
H A D | command.cpp | 146 int status; local 147 waitpid(pid, &status, 0); 148 if (WIFEXITED(status)) { 149 *err = WEXITSTATUS(status); 179 int status; local 180 waitpid(pid, &status, 0); 181 if (WIFEXITED(status)) { 182 return WEXITSTATUS(status);
|
/frameworks/native/cmds/dumpstate/ |
H A D | DumpstateSectionReporter.h | 44 void setStatus(status_t status) { argument 45 status_ = status;
|