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

123456789

/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 #code() code}
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.java234 * @param what what code of message when delivered
906 // Country code not found. This is likely a test network.
1115 * TODO: This code is exactly the same as in GsmServiceStateTracker
1117 * This code should probably be hoisted to the base class so
1137 protected int radioTechnologyToDataServiceState(int code) { argument
1139 switch(code) {
1155 loge("radioTechnologyToDataServiceState: Wrong radioTechnology code.");
1161 /** code is registration state 0-5 from TS 27.007 7.2 */
1163 regCodeToServiceState(int code) { argument
1164 switch (code) {
1191 regCodeIsRoaming(int code) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java384 void notifySuppServiceFailed(SuppService code) { argument
385 mSuppServiceFailedRegistrants.notifyResult(code);
H A DGsmServiceStateTracker.java994 // Country code not found. This is likely a test network.
1223 /** code is registration state 0-5 from TS 27.007 7.2 */
1224 private int regCodeToServiceState(int code) { argument
1225 switch (code) {
1244 loge("regCodeToServiceState: unexpected service state " + code);
1251 * code is registration state 0-5 from TS 27.007 7.2
1254 private boolean regCodeIsRoaming (int code) { argument
1256 return 5 == code;
1434 // We don't have a valid iso country code. This is
H A DSuppServiceNotification.java30 public int code; field in class:SuppServiceNotification
64 + " code: " + code
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java200 void notifySuppServiceFailed(SuppService code) { argument
201 mSuppServiceFailedRegistrants.notifyResult(code);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java725 * cause code returned as Integer in Message.obj.response
726 * Returns integer cause code defined in TS 24.008
1173 * @param statusCode Status code string. See <code>setOnUSSD</code>
1280 public void triggerSsn(int type, int code) { argument
1283 not.code = code;
H A DSimulatedRadioControl.java49 public void triggerSsn(int type, int code); argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java1635 private void runTest(int type, int code) { argument
1638 mRadioControl.triggerSsn(type, code);
1650 assertEquals(code, notification.code);
1883 // short code
H A DGSMTestHandler.java95 public Message waitForMessage(int code) { argument
115 if (msg == null || code == GSMPhoneTest.ANY_MESSAGE || msg.what == code) return msg;
/frameworks/native/include/utils/
H A DTextOutput.h83 inline TypeCode(uint32_t code);
161 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);
187 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
189 switch (code) {
97 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
186 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 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 DIMemory.cpp212 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
214 switch(code) {
225 return BBinder::onTransact(code, data, reply, flags);
367 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
369 switch(code) {
379 return BBinder::onTransact(code, data, reply, flags);
211 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
366 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIPCThreadState.cpp148 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)btd->flags << endl
160 int32_t code = *cmd++; local
161 size_t cmdIndex = code & 0xff;
162 if (code == (int32_t) BR_ERROR) {
166 out << "Unknown reply: " << code << endl;
171 switch (code) {
221 int32_t code = *cmd++; local
222 size_t cmdIndex = code & 0xff;
225 out << "Unknown command: " << code << end
504 transact(int32_t handle, uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
854 writeTransactionData(int32_t cmd, uint32_t binderFlags, int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) argument
[all...]
H A DIPermissionController.cpp59 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 switch(code) {
74 return BBinder::onTransact(code, data, reply, flags);
58 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIServiceManager.cpp189 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
192 switch(code) {
226 return BBinder::onTransact(code, data, reply, flags);
188 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/native/libs/gui/
H A DIDisplayEventConnection.cpp74 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
76 switch(code) {
94 return BBinder::onTransact(code, data, reply, flags);
73 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIGraphicBufferAlloc.cpp73 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
88 switch(code) {
112 return BBinder::onTransact(code, data, reply, flags);
72 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DISensorEventConnection.cpp81 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
83 switch(code) {
107 return BBinder::onTransact(code, data, reply, flags);
80 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DISensorServer.cpp78 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
80 switch(code) {
98 return BBinder::onTransact(code, data, reply, flags);
77 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DISurface.cpp53 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
55 switch(code) {
62 return BBinder::onTransact(code, data, reply, flags);
52 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DISurfaceComposer.cpp233 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
235 switch(code) {
336 return BBinder::onTransact(code, data, reply, flags);
232 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DISurfaceComposerClient.cpp87 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
89 switch(code) {
110 return BBinder::onTransact(code, data, reply, flags);
86 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DISurfaceTexture.cpp190 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
192 switch(code) {
287 return BBinder::onTransact(code, data, reply, flags);
189 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument

Completed in 1434 milliseconds

123456789