Searched defs:code (Results 1 - 25 of 243) sorted by last modified time

12345678910

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java233 * or <code>0</code> to start at the beginning.
267 * or <code>0</code> to start at the beginning.
324 * or <code>0</code> to start at the beginning.
695 final int code;
697 code = data.getInt(MediaControlIntent.EXTRA_ERROR_CODE,
700 code = MediaControlIntent.ERROR_UNKNOWN;
705 + ", code
896 onError(String error, int code, Bundle data) argument
[all...]
/frameworks/opt/net/wifi/service/lib/
H A Dwifi_hal_stub.cpp150 wifi_error wifi_set_country_code_stub(wifi_interface_handle iface, const char *code) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResultCode.java21 * Enumeration for the return code in TERMINAL RESPONSE.
22 * To get the actual return code for each enum value, call {@link #value}
105 /** Launch browser generic error code */
166 ResultCode(int code) { argument
167 mCode = code;
171 * Retrieves the actual result code that this object represents.
172 * @return Actual result code
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java253 * @param what what code of message when delivered
1101 // Country code not found. This is likely a test network.
1456 * TODO: This code is exactly the same as in GsmServiceStateTracker
1458 * This code should probably be hoisted to the base class so
1478 protected int radioTechnologyToDataServiceState(int code) { argument
1480 switch(code) {
1496 loge("radioTechnologyToDataServiceState: Wrong radioTechnology code.");
1502 /** code is registration state 0-5 from TS 27.007 7.2 */
1504 regCodeToServiceState(int code) { argument
1505 switch (code) {
1533 regCodeIsRoaming(int code) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java450 void notifySuppServiceFailed(SuppService code) { argument
451 mSuppServiceFailedRegistrants.notifyResult(code);
1978 * @param what User-defined message code
H A DGsmServiceStateTracker.java1105 // NOTE: this code was previously located after mSS and mNewSS are swapped, so
1234 // Country code not found. This is likely a test network.
1510 /** code is registration state 0-5 from TS 27.007 7.2 */
1511 private int regCodeToServiceState(int code) { argument
1512 switch (code) {
1531 loge("regCodeToServiceState: unexpected service state " + code);
1538 * code is registration state 0-5 from TS 27.007 7.2
1541 private boolean regCodeIsRoaming (int code) { argument
1542 return ServiceState.RIL_REG_STATE_ROAMING == code;
1799 // We don't have a valid iso country code
[all...]
H A DSuppServiceNotification.java30 public int code; field in class:SuppServiceNotification
68 + " code: " + code
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java967 CommandException getCommandException(int code) { argument
968 return getCommandException(code, null);
971 CommandException getCommandException(int code, String errorString) { argument
972 Rlog.d(LOG_TAG, "getCommandException code= " + code
976 switch(code) {
1457 // Default result code (as passed to sendOrderedBroadcast)
1517 // Match error code.
1522 // If there is no delimiter at the end of error code string
1523 // then we need to verify that we are not matching partial code
[all...]
H A DImsPhoneBase.java223 void notifySuppServiceFailed(SuppService code) { argument
224 mSuppServiceFailedRegistrants.notifyResult(code);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java193 void notifySuppServiceFailed(SuppService code) { argument
194 mSuppServiceFailedRegistrants.notifyResult(code);
511 * Determines if video calling is enabled. Always {@code false} for SIP.
513 * @return {@code false} since SIP does not support video calling.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java756 * cause code returned as Integer in Message.obj.response
757 * Returns integer cause code defined in TS 24.008
1286 * @param statusCode Status code string. See <code>setOnUSSD</code>
1408 public void triggerSsn(int type, int code) { argument
1411 not.code = code;
H A DSimulatedRadioControl.java49 public void triggerSsn(int type, int code); argument
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java194 * @param swapCalls {@code true} if the foreground and background calls should be swapped
433 * Notifies of a change to the multiparty state for this {@code ImsCall}.
436 * @param isMultiParty {@code true} if the call became multiparty, {@code false}
516 * If {@code true}, this flag indicates that a request to terminate the call was made by
531 * When {@code true}, this {@link ImsCall} is is the origin of the conference call.
532 * When {@code false}, this {@link ImsCall} is a member of a conference started on another
823 * @return {@code True} if the call is a multiparty call.
836 * Where {@link #isMultiparty()} is {@code true}, determines if this {@link ImsCall} is the
837 * origin of the conference call (i.e. {@code #isConferenceHos
3134 throwImsException(Throwable t, int code) argument
[all...]
H A DImsException.java34 public ImsException(String message, int code) { argument
35 super(message + ", code = " + code);
36 mCode = code;
39 public ImsException(String message, Throwable cause, int code) { argument
41 mCode = code;
45 * Gets the detailed exception code when ImsException is throwed
47 * @return the exception code in {@link ImsReasonInfo}
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java154 * @param errorCode error code of this error
609 * timed out if the call is not established within {@code timeout} seconds
616 * SIP protocol) is used if {@code timeout} is zero or negative.
662 * within {@code timeout} seconds and
667 * SIP protocol) is used if {@code timeout} is zero or negative.
687 * established within {@code timeout} seconds and
692 * SIP protocol) is used if {@code timeout} is zero or negative.
716 * out if the call is not established within {@code timeout} seconds and
721 * SIP protocol) is used if {@code timeout} is zero or negative.
895 * Sends a DTMF code
903 sendDtmf(int code) argument
917 sendDtmf(int code, Message result) argument
[all...]
/frameworks/native/cmds/service/
H A Dservice.cpp131 int32_t code = atoi(argv[optind++]); local
275 service->transact(code, data, &reply);
286 aerr << "service: No code specified for call" << endl;
/frameworks/native/cmds/servicemanager/
H A Dbinder.c49 fprintf(stderr," target %016"PRIx64" cookie %016"PRIx64" code %08x flags %08x\n",
50 (uint64_t)txn->target.ptr, (uint64_t)txn->cookie, txn->code, txn->flags);
187 data.txn.code = 0;
320 uint32_t target, uint32_t code)
337 writebuf.txn.code = code;
318 binder_call(struct binder_state *bs, struct binder_io *msg, struct binder_io *reply, uint32_t target, uint32_t code) argument
/frameworks/native/include/binder/
H A DTextOutput.h88 inline TypeCode(uint32_t code);
166 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { } argument
/frameworks/native/libs/binder/
H A DBinder.cpp98 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
103 switch (code) {
108 err = onTransact(code, data, reply, flags);
205 uint32_t code, const Parcel& data, Parcel* reply, uint32_t /*flags*/)
207 switch (code) {
97 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
204 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t ) argument
H A DBpBinder.cpp160 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
165 mHandle, code, data, reply, flags);
159 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIAppOpsCallback.cpp53 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
55 switch(code) {
65 return BBinder::onTransact(code, data, reply, flags);
52 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIAppOpsService.cpp39 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) { argument
42 data.writeInt32(code);
51 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName) { argument
54 data.writeInt32(code);
63 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid, argument
68 data.writeInt32(code);
77 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid, argument
82 data.writeInt32(code);
132 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
135 switch(code) {
131 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
138 int32_t code = data.readInt32(); local
148 int32_t code = data.readInt32(); local
159 int32_t code = data.readInt32(); local
170 int32_t code = data.readInt32(); local
[all...]
H A DIBatteryStats.cpp140 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
142 switch(code) {
240 return BBinder::onTransact(code, data, reply, flags);
139 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIMemory.cpp212 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
214 switch(code) {
225 return BBinder::onTransact(code, data, reply, flags);
366 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
368 switch(code) {
378 return BBinder::onTransact(code, data, reply, flags);
211 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
365 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIPCThreadState.cpp131 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)(long)btd->flags << endl
143 uint32_t code = (uint32_t)*cmd++; local
144 size_t cmdIndex = code & 0xff;
145 if (code == BR_ERROR) {
149 out << "Unknown reply: " << code << endl;
154 switch (code) {
204 uint32_t code = (uint32_t)*cmd++; local
205 size_t cmdIndex = code & 0xff;
208 out << "Unknown command: " << code << end
548 transact(int32_t handle, uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
904 writeTransactionData(int32_t cmd, uint32_t binderFlags, int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) argument
[all...]

Completed in 315 milliseconds

12345678910