Searched defs:code (Results 76 - 100 of 217) sorted by relevance

123456789

/frameworks/av/media/mtp/
H A DMtpDataPacket.cpp46 void MtpDataPacket::setOperationCode(MtpOperationCode code) { argument
47 MtpPacket::putUInt16(MTP_CONTAINER_CODE_OFFSET, code);
H A DMtpPacket.cpp119 void MtpPacket::setContainerCode(uint16_t code) { argument
120 putUInt16(MTP_CONTAINER_CODE_OFFSET, code);
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp73 * executing boot class Java code and thereby deny ourselves access to
108 virtual void onExit(int code) argument
115 AndroidRuntime::onExit(code);
/frameworks/base/core/java/android/net/
H A DVpnService.java95 * is an example of declaring a VPN service in {@code AndroidManifest.xml}:
125 * Prepare to establish a VPN connection. This method returns {@code null}
164 * @return {@code true} on success.
185 * @return {@code true} on success.
196 * @return {@code true} on success.
205 * {@code null} on {@link Intent}s other than {@link #SERVICE_INTERFACE}
239 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) { argument
240 if (code == IBinder.LAST_CALL_TRANSACTION) {
452 * for any reason. However, this method returns {@code null} if the
457 * {@code nul
[all...]
/frameworks/base/core/java/android/net/http/
H A DEventHandler.java77 * @param code HTTP Status code. See RFC 2616.
82 int code,
80 status(int major_version, int minor_version, int code, String reason_phrase) argument
/frameworks/base/core/java/android/nfc/
H A DErrorCodes.java28 public static boolean isError(int code) { argument
29 if (code < 0) {
36 public static String asString(int code) { argument
37 switch (code) {
/frameworks/base/core/java/android/os/
H A DIBinder.java88 * The first transaction code available for user commands.
92 * The last transaction code available for user commands.
97 * IBinder protocol transaction code: pingBinder().
102 * IBinder protocol transaction code: dump internal state.
107 * IBinder protocol transaction code: interrogate the recipient side
113 * IBinder protocol transaction code: send a tweet to the target
120 * across the platform. To support older code, the default implementation
131 * IBinder protocol transaction code: tell an app asynchronously that the
206 * @param code The action to perform. This should
217 public boolean transact(int code, Parce argument
[all...]
/frameworks/base/media/java/android/media/
H A DAsyncPlayer.java39 int code; field in class:AsyncPlayer.Command
47 return "{ code=" + code + " looping=" + looping + " stream=" + stream
94 switch (cmd.code) {
168 cmd.code = PLAY;
190 cmd.code = STOP;
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java37 // MTP property code
38 int code; field in class:MtpPropertyGroup.Property
44 Property(int code, int type, int column) { argument
45 this.code = code;
92 private Property createProperty(int code, ArrayList<String> columns) { argument
96 switch (code) {
178 Log.e(TAG, "unsupported property " + code);
184 return new Property(code, type, columns.size() - 1);
186 return new Property(code, typ
[all...]
/frameworks/base/services/java/com/android/server/
H A DNativeDaemonEvent.java38 private NativeDaemonEvent(int cmdNumber, int code, String message, String rawEvent) { argument
40 mCode = code;
104 private static boolean isClassUnsolicited(int code) { argument
105 return code >= 600 && code < 700;
109 * Verify this event matches the given code.
113 public void checkCode(int code) { argument
114 if (mCode != code) {
115 throw new IllegalStateException("Expected " + code + " but was: " + this);
133 final int code;
[all...]
/frameworks/native/cmds/service/
H A Dservice.cpp131 int32_t code = atoi(argv[optind++]); local
248 service->transact(code, data, &reply);
259 aerr << "service: No code specified for call" << endl;
/frameworks/native/cmds/servicemanager/
H A Dbinder.h24 uint32_t code; member in struct:binder_txn
79 void *target, uint32_t code);
/frameworks/native/libs/binder/
H A DIServiceManager.cpp191 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
194 switch(code) {
228 return BBinder::onTransact(code, data, reply, flags);
190 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/native/services/surfaceflinger/
H A DClient.cpp89 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
105 return BnSurfaceComposerClient::onTransact(code, data, reply, flags);
88 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSuppServiceNotification.java30 public int code; field in class:SuppServiceNotification
65 + " code: " + code
/frameworks/av/camera/
H A DIProCameraUser.cpp200 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
202 switch(code) {
247 // return code: requestId (int32)
318 return BBinder::onTransact(code, data, reply, flags);
199 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/camera/camera2/
H A DICameraDeviceUser.cpp221 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
223 switch(code) {
244 // return code: requestId (int32)
346 return BBinder::onTransact(code, data, reply, flags);
220 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/libvideoeditor/vss/src/
H A DM4VD_EXTERNAL_BitstreamParser.c33 M4OSA_UInt8 code; member in struct:__anon321
103 M4OSA_UInt32 code, j; local
141 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8);
142 if (code == 0)
144 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8);
145 if (code == 0)
147 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8);
148 if (code == 1)
150 /* start code found */
151 code
[all...]
/frameworks/av/media/common_time/
H A DICommonClock.cpp237 status_t BnCommonClock::onTransact(uint32_t code, argument
241 switch(code) {
392 return BBinder::onTransact(code, data, reply, flags);
420 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
421 switch(code) {
430 return BBinder::onTransact(code, data, reply, flags);
419 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DICommonTimeConfig.cpp324 status_t BnCommonTimeConfig::onTransact(uint32_t code, argument
328 switch(code) {
505 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp199 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
201 switch (code) {
285 return BBinder::onTransact(code, data, reply, flags);
198 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIHDCP.cpp172 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) {
173 switch (code) {
196 return BBinder::onTransact(code, data, reply, flags);
201 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) {
202 switch (code) {
321 return BBinder::onTransact(code, data, reply, flags);
171 onTransact( uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) argument
200 onTransact( uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) argument
H A DIMediaMetadataRetriever.cpp188 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
190 switch (code) {
277 return BBinder::onTransact(code, data, reply, flags);
187 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIMediaPlayerService.cpp211 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
213 switch (code) {
338 return BBinder::onTransact(code, data, reply, flags);
210 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
208 When the code is written for a specific target processor the
375 When the code is written for a specific target processor the
562 Word16 code[L_SUBFR];
709 * - decode algebraic code *
837 decode_2i40_9bits (subfrNr, i, index, code);
846 decode_2i40_11bits (i, index, code);
855 decode_3i40_14bits (i, index, code);
864 decode_4i40_17bits (i, index, code);
870 dec_8i40_31bits (parm, code);
1360 Word16 code[L_SUBFR]; local
[all...]

Completed in 5817 milliseconds

123456789