Searched defs:code (Results 201 - 225 of 277) sorted by relevance

1234567891011>>

/frameworks/native/services/inputflinger/
H A DEventHub.h43 #define BTN_FIRST 0x100 // first button code
44 #define BTN_LAST 0x15f // last button code
76 int32_t code; member in struct:android::RawEvent
/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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DHalDeviceManagerTest.java1270 private WifiStatus getStatus(int code) { argument
1272 status.code = code;
1431 if (mStatus.code == WifiStatusCode.SUCCESS) {
H A DSupplicantStaNetworkHalTest.java1277 private SupplicantStatus createSupplicantStatus(int code) { argument
1279 status.code = code;
H A DSupplicantStaIfaceHalTest.java1424 private SupplicantStatus createSupplicantStatus(int code) { argument
1426 status.code = code;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java274 * or <code>0</code> to start at the beginning.
308 * or <code>0</code> to start at the beginning.
365 * or <code>0</code> to start at the beginning.
765 final int code;
767 code = data.getInt(MediaControlIntent.EXTRA_ERROR_CODE,
770 code = MediaControlIntent.ERROR_UNKNOWN;
775 + ", code
996 onError(String error, int code, Bundle data) argument
[all...]
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp557 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
559 switch (code) {
903 return BBinder::onTransact(code, data, reply, flags);
556 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c192 Word16 code[L_SUBFR]; /* Fixed codebook excitation */ local
259 Copy(st->mem_decim, code, 2 * L_FILT16k);
261 Decim_12k8(error, L_FILT16k, new_speech + L_FRAME, code);
270 Copy(st->mem_sig_in, code, 6);
271 HP50_12k8(new_speech + L_FRAME, L_FILT, code);
397 * - quantize and code the isf[] *
566 /* Quantize and code the ISFs */
596 /* Quantize and code the ISFs */
714 * - find voicing factor and tilt of code for next subframe. *
781 Set_zero(code,
[all...]
/frameworks/av/media/mtp/
H A DMtpServer.cpp293 void MtpServer::sendEvent(MtpEventCode code, uint32_t param1) { argument
295 mEvent.setEventCode(code);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp364 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
366 return BnAudioPolicyService::onTransact(code, data, reply, flags);
910 // force delayMs to non 0 so that code below does not request to wait for
924 // force delayMs to non 0 so that code below does not request to wait for
936 // force delayMs to non 0 so that code below does not request to wait for
981 // force delayMs to non 0 so that code below does not request to wait for
363 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp1416 status_t code; local
1417 if ((code = mDevice->waitUntilDrained()) != OK) {
1418 ALOGE("%s: waitUntilDrained failed with code 0x%x", __FUNCTION__,
1419 code);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java51 * <code>BluetoothProfile.EXTRA_PREVIOUS_STATE</code>
52 * and <code>BluetoothProfile.EXTRA_STATE</code>, which
66 * sent as boolean values only when <code>EXTRA_STATE</code>
67 * is set to <code>STATE_CONNECTED</code>.</p>
70 * booleans with value <code>true</code>,
926 sendDTMF(BluetoothDevice device, byte code) argument
[all...]
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java83 int code = 0;
86 code = 1;
89 code = 2;
91 code = 3;
93 code = 4;
95 code = 5;
97 code = 6;
99 code = 7;
101 code = 8;
103 code
162 readExceptionFromParcel(Parcel reply, String msg, int code) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp148 // is really no benefit to unloading the code.
185 NativeCode* code = static_cast<NativeCode*>(activity); local
186 write_work(code->mainWorkWrite, CMD_FINISH, 0);
191 NativeCode* code = static_cast<NativeCode*>(activity); local
192 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FORMAT, format);
197 NativeCode* code = static_cast<NativeCode*>(activity); local
198 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FLAGS, values, mask);
203 NativeCode* code = static_cast<NativeCode*>(activity); local
204 write_work(code->mainWorkWrite, CMD_SHOW_SOFT_INPUT, flags);
209 NativeCode* code local
219 NativeCode* code = (NativeCode*)data; local
278 std::unique_ptr<NativeCode> code; local
394 NativeCode* code = (NativeCode*)handle; local
406 NativeCode* code = (NativeCode*)handle; local
420 NativeCode* code = (NativeCode*)handle; local
437 NativeCode* code = (NativeCode*)handle; local
463 NativeCode* code = (NativeCode*)handle; local
477 NativeCode* code = (NativeCode*)handle; local
491 NativeCode* code = (NativeCode*)handle; local
505 NativeCode* code = (NativeCode*)handle; local
519 NativeCode* code = (NativeCode*)handle; local
533 NativeCode* code = (NativeCode*)handle; local
556 NativeCode* code = (NativeCode*)handle; local
598 NativeCode* code = (NativeCode*)handle; local
612 NativeCode* code = (NativeCode*)handle; local
628 NativeCode* code = (NativeCode*)handle; local
643 NativeCode* code = (NativeCode*)handle; local
659 NativeCode* code = (NativeCode*)handle; local
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java231 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
234 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java152 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
155 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java233 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
236 return super.onTransact(code, data, reply, flags);
/frameworks/base/telephony/java/com/android/ims/
H A DImsReasonInfo.java30 * Specific code of each types
84 // Resolve the extra code(EXTRA_CODE_CALL_RETRY_*) if the below code is set
111 * STATUSCODE (SIP response code) (IMS -> Telephony)
198 * Extra codes for the specific code value
199 * This value can be referred when the code is CODE_LOCAL_CALL_CS_RETRY_REQUIRED.
223 * Fail code used to indicate that Multi-endpoint is not supported by the Ims framework.
228 * Ims Registration error code
238 * CALL DROP error code for the case when a device is ePDG capable and when the user is on an
241 * code i
407 ImsReasonInfo(int code, int extraCode) argument
413 ImsReasonInfo(int code, int extraCode, String extraMessage) argument
[all...]
/frameworks/base/tests/net/java/android/net/apf/
H A DApfTest.java93 private static String label(int code) { argument
94 switch (code) {
1217 * Call the APF interpreter the run {@code program} on {@code packet} pretending the
1218 * filter was installed {@code filter_age} seconds ago.
1229 * Open packet capture file {@code pcap_filename} and filter the packets using tcpdump
1231 * at the same time using APF program {@code apf_program}. Return {@code true} if
/frameworks/native/libs/binder/
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
559 transact(int32_t handle, uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
914 writeTransactionData(int32_t cmd, uint32_t binderFlags, int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) argument
[all...]
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp294 virtual status_t onTransact(uint32_t code, argument
300 switch(code) {
746 virtual status_t onTransact(uint32_t code, argument
749 //printf("%s: code %d\n", __func__, code);
755 switch (code) {
H A Dschd-dbg.cpp105 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
110 switch (code) {
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp864 int32_t code = int32_t(strtol(codeToken.string(), &end, 0)); local
867 mapUsage ? "usage" : "scan code", codeToken.string());
872 if (map.indexOfKey(code) >= 0) {
874 mapUsage ? "usage" : "scan code", codeToken.string());
882 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(),
888 ALOGD("Parsed map key %s: code=%d, keyCode=%d.",
889 mapUsage ? "usage" : "scan code", code, keyCode);
891 map.add(code, keyCode);
899 ALOGE("%s: Expected key code labe
[all...]
/frameworks/opt/net/wifi/libwifi_hal/
H A Dhal_tool.cpp222 const char* code) {
221 wifi_set_country_code_stub(wifi_interface_handle iface, const char* code) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java231 void notifySuppServiceFailed(SuppService code) { argument
232 mSuppServiceFailedRegistrants.notifyResult(code);

Completed in 3901 milliseconds

1234567891011>>