Searched refs:status (Results 76 - 100 of 425) sorted by last modified time

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java154 //Notifies when card status changes
159 //Notify registrant right after registering, so that it will get the latest ICC status,
160 //otherwise which may not happen until there is an actual change in ICC status.
201 Rlog.e(LOG_TAG,"Error getting ICC status. "
207 IccCardStatus status = (IccCardStatus)ar.result;
211 mUiccCard = new UiccCard(mContext, mCi, status);
214 mUiccCard.update(mContext, mCi , status);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java47 private int mExpectingSendEnvelopeResponseSw1; // SW1/SW2 response status
48 private int mExpectingSendEnvelopeResponseSw2; // SW1/SW2 response status
82 * @param sw1 simulated SW1 status to return
83 * @param sw2 simulated SW2 status to return
377 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
381 public void writeSmsToRuim(int status, String pdu, Message response) { argument
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp404 Compiler::ErrorCode status = compileScript(*script, pResName, local
412 if (status != Compiler::kSuccess) {
433 Compiler::ErrorCode status = compileScript(pScript, pOut, pOut, pRuntimePath, local
435 if (status != Compiler::kSuccess) {
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h321 enum status { enum in class:mcld::GeneralOptions
336 status m_ExecStack; // execstack, noexecstack
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h117 : name(pName), fileOffset(pOffset), status(pStatus)
126 enum Status status; member in struct:mcld::Archive::Symbol
217 /// getSymbolStatus - get the status of a symbol
220 /// setSymbolStatus - set the status of a symbol
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h31 * non-symbolic link status, and a FileStatus object for symbolic link
32 * status. The FileStatus objects act as value caches.
79 FileStatus status() const;
H A DFileSystem.h94 void status(const Path& p, FileStatus& pFileStatus);
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp213 /// getSymbolStatus - get the status of a symbol
217 return m_SymTab[pSymIdx]->status;
220 /// setSymbolStatus - set the status of a symbol
225 m_SymTab[pSymIdx]->status = pStatus;
H A DGNUArchiveReader.cpp129 Archive::Symbol::Status status = local
131 if (Archive::Symbol::Unknown != status)
132 pArchive.setSymbolStatus(idx, status);
134 if (Archive::Symbol::Include == status) {
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp102 FileStatus Directory::status() const function in class:Directory
106 // optimization: if the symlink status is known, and it isn't a symlink,
107 // then status and symlink_status are identical so just copy the
108 // symlink status to the regular status.
114 else detail::status(m_Path,m_FileStatus);
H A DFileSystem.cpp19 mcld::sys::fs::detail::status(pPath, file_status);
27 detail::status(pPath, file_status);
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc792 SLuint32 status; local
794 OpenSL(caller, GetPrefetchStatus, &status);
797 (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLocationStatsAggregator.java233 public void onStatusChanged(String provider, int status, Bundle extras) { }
/frameworks/native/cmds/dumpstate/
H A Dutils.c292 int status; local
293 pid_t p = waitpid(pid, &status, WNOHANG);
296 if (WIFSIGNALED(status)) {
297 printf("*** %s: Killed by signal %d\n", command, WTERMSIG(status));
298 } else if (WIFEXITED(status) && WEXITSTATUS(status) > 0) {
299 printf("*** %s: Exit code %d\n", command, WEXITSTATUS(status));
302 return status;
/frameworks/native/cmds/installd/
H A Dcommands.c623 int status; local
630 got_pid = waitpid(pid, &status, 0);
643 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) {
647 ALOGW("DexInv: --- END '%s' --- status=0x%04x, process failed\n",
648 apk_path, status);
649 return status; /* always nonzero */
/frameworks/native/cmds/servicemanager/
H A Dbctest.c36 unsigned status; local
49 status = bio_get_uint32(&reply);
53 return status;
H A Dbinder.c163 int status)
178 if (status) {
182 data.txn.data = &status;
160 binder_send_reply(struct binder_state *bs, struct binder_io *reply, void *buffer_to_free, int status) argument
/frameworks/native/include/android/
H A Dsensor.h105 int8_t status; member in struct:ASensorVector
/frameworks/native/libs/binder/
H A DBpBinder.cpp164 status_t status = IPCThreadState::self()->transact( local
166 if (status == DEAD_OBJECT) mAlive = 0;
167 return status;
H A DParcel.cpp755 status_t status; local
759 status = writeInt32(0);
760 if (status) return status;
775 status = result;
779 status = -errno;
783 status = result;
785 status = writeInt32(1);
786 if (!status) {
787 status
990 status_t status; local
1154 status_t status = readInt32(&useAshmem); local
[all...]
H A DProcessState.cpp207 // driver API does not return status.
218 status_t status = IPCThreadState::self()->transact( local
220 if (status == DEAD_OBJECT)
/frameworks/native/libs/gui/
H A DGLConsumer.cpp405 status_t status = releaseBufferLocked( local
408 if (status < NO_ERROR) {
410 strerror(-status), status);
411 err = status;
/frameworks/native/libs/input/
H A DInput.cpp528 status_t status = mSamplePointerCoords.editTop().readFromParcel(parcel); local
529 if (status) {
530 return status;
567 status_t status = (pc++)->writeToParcel(parcel); local
568 if (status) {
569 return status;
H A DInputTransport.cpp822 status_t status = OK; local
823 while (!status && chainIndex-- > 0) {
824 status = sendUnchainedFinishedSignal(chainSeqs[chainIndex], handled);
826 if (status) {
834 return status;
H A DKeyCharacterMap.cpp113 status_t status = Tokenizer::open(filename, &tokenizer); local
114 if (status) {
115 ALOGE("Error %d opening key character map file %s.", status, filename.string());
117 status = load(tokenizer, format, outMap);
120 return status;
128 status_t status = Tokenizer::fromContents(filename, contents, &tokenizer); local
129 if (status) {
130 ALOGE("Error %d opening key character map.", status);
132 status = load(tokenizer, format, outMap);
135 return status;
140 status_t status = OK; local
691 status_t status = parseType(); local
695 status_t status = parseMap(); local
699 status_t status = parseKey(); local
710 status_t status = parseKeyProperty(); local
893 status_t status = parseModifier(token, &metaState); local
930 status_t status = parseCharacterLiteral(&character); local
[all...]

Completed in 346 milliseconds

1234567891011>>