Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/frameworks/av/media/mtp/
DMtpDebug.cpp23 uint16_t code; member
372 static const char* getCodeName(uint16_t code, const CodeEntry* table) { in getCodeName()
382 const char* MtpDebug::getOperationCodeName(MtpOperationCode code) { in getOperationCodeName()
386 const char* MtpDebug::getFormatCodeName(MtpObjectFormat code) { in getFormatCodeName()
392 const char* MtpDebug::getObjectPropCodeName(MtpPropertyCode code) { in getObjectPropCodeName()
398 const char* MtpDebug::getDevicePropCodeName(MtpPropertyCode code) { in getDevicePropCodeName()
DMtpEventPacket.h47 inline void setEventCode(MtpEventCode code) in setEventCode()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dbitstream.h51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) in BitstreamShowBits16()
69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow15Bits()
83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow13Bits()
97 uint code; in BitstreamReadBits16_INLINE() local
112 uint code; in BitstreamRead1Bits_INLINE() local
Dvlc_decode.cpp106 uint32 code; in DecodeUserData() local
455 uint code; in PV_VlcDecMV() local
505 uint code; in PV_VlcDecMCBPC_com_intra() local
538 uint code; in PV_VlcDecMCBPC_com_inter() local
559 uint code; in PV_VlcDecMCBPC_com_inter_H263() local
593 uint code; in PV_VlcDecCBPY() local
631 uint code; in PV_VlcDecIntraDCPredSize() local
841 uint code; in VlcDecTCOEFIntra() local
1024 uint code; in VlcDecTCOEFInter() local
1203 uint code; in VlcDecTCOEFShortHeader() local
[all …]
Dbitstream.cpp175 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code) in BitstreamShowBits32HC()
193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code) in BitstreamShowBits32()
215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) in BitstreamShowBits16()
238 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow15Bits()
257 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow13Bits()
272 uint code; in BitstreamReadBits16_INLINE() local
289 uint code; in BitstreamRead1Bits_INLINE() local
313 uint code; in BitstreamReadBits16() local
335 uint code; in BitstreamRead1Bits() local
384 uint32 code; in BitstreamReadBits32() local
[all …]
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl27 int checkOperation(int code, int uid, String packageName); in checkOperation()
28 int noteOperation(int code, int uid, String packageName); in noteOperation()
29 int startOperation(IBinder token, int code, int uid, String packageName, in startOperation()
31 void finishOperation(IBinder token, int code, int uid, String packageName); in finishOperation()
36 int noteProxyOperation(int code, String proxyPackageName, in noteProxyOperation()
44 void setUidMode(int code, int uid, int mode); in setUidMode()
45 void setMode(int code, int uid, String packageName, int mode); in setMode()
47 int checkAudioOperation(int code, int usage, int uid, String packageName); in checkAudioOperation()
48 void setAudioRestriction(int code, int usage, int uid, int mode, in String[] exceptionPackages); in setAudioRestriction()
51 …void setUserRestriction(int code, boolean restricted, IBinder token, int userHandle, in String[] e… in setUserRestriction()
[all …]
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp186 NativeCode* code = static_cast<NativeCode*>(activity); in android_NativeActivity_finish() local
192 NativeCode* code = static_cast<NativeCode*>(activity); in android_NativeActivity_setWindowFormat() local
198 NativeCode* code = static_cast<NativeCode*>(activity); in android_NativeActivity_setWindowFlags() local
204 NativeCode* code = static_cast<NativeCode*>(activity); in android_NativeActivity_showSoftInput() local
210 NativeCode* code = static_cast<NativeCode*>(activity); in android_NativeActivity_hideSoftInput() local
220 NativeCode* code = (NativeCode*)data; in mainWorkCallback() local
281 std::unique_ptr<NativeCode> code; in loadNativeCode_native() local
402 NativeCode* code = (NativeCode*)handle; in unloadNativeCode_native() local
414 NativeCode* code = (NativeCode*)handle; in onStart_native() local
428 NativeCode* code = (NativeCode*)handle; in onResume_native() local
[all …]
/frameworks/native/libs/binder/
DIAppOpsService.cpp39 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) { in checkOperation()
51 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName) { in noteOperation()
63 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid, in startOperation()
78 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid, in finishOperation()
133 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact()
139 int32_t code = data.readInt32(); in onTransact() local
149 int32_t code = data.readInt32(); in onTransact() local
160 int32_t code = data.readInt32(); in onTransact() local
172 int32_t code = data.readInt32(); in onTransact() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageVerificationResponse.java20 public final int code; field in PackageVerificationResponse
24 public PackageVerificationResponse(int code, int callerUid) { in PackageVerificationResponse()
DIntentFilterVerificationResponse.java24 public final int code; field in IntentFilterVerificationResponse
27 public IntentFilterVerificationResponse(int callerUid, int code, List<String> failedDomains) { in IntentFilterVerificationResponse()
/frameworks/native/cmds/installd/
Ddexopt_return_codes.h41 inline const char* get_installd_return_code_name(DexoptReturnCodes code) { in get_installd_return_code_name()
73 inline const char* get_dex2oat_return_code_name(art::dex2oat::ReturnCode code) { in get_dex2oat_return_code_name()
87 inline const char* get_return_code_name(int code) { in get_return_code_name()
/frameworks/base/media/java/android/mtp/
DMtpDeviceInfo.java151 public boolean isOperationSupported(int code) { in isOperationSupported()
160 public boolean isEventSupported(int code) { in isEventSupported()
168 private static boolean isSupported(@NonNull int[] set, int code) { in isSupported()
DMtpPropertyGroup.java38 int code; field in MtpPropertyGroup.Property
42 Property(int code, int type, int column) { in Property()
82 private Property createProperty(int code, ArrayList<String> columns) { in createProperty()
/frameworks/base/services/core/java/com/android/server/
DINativeDaemonConnectorCallbacks.java23 boolean onCheckHoldWakeLock(int code); in onCheckHoldWakeLock()
24 boolean onEvent(int code, String raw, String[] cooked); in onEvent()
DNativeDaemonEvent.java41 private NativeDaemonEvent(int cmdNumber, int code, String message, in NativeDaemonEvent()
116 private static boolean isClassUnsolicited(int code) { in isClassUnsolicited()
125 public void checkCode(int code) { in checkCode()
145 final int code; in parseRawEvent() local
/frameworks/base/telecomm/java/android/telecom/
DDisconnectCause.java105 public DisconnectCause(int code) { in DisconnectCause()
115 public DisconnectCause(int code, String reason) { in DisconnectCause()
127 public DisconnectCause(int code, CharSequence label, CharSequence description, String reason) { in DisconnectCause()
140 public DisconnectCause(int code, CharSequence label, CharSequence description, String reason, in DisconnectCause()
259 String code = ""; in toString() local
/frameworks/base/obex/javax/obex/
DServerSession.java164 int code = ResponseCodes.OBEX_HTTP_OK; in handleAbortRequest() local
262 public void sendResponse(int code, byte[] header) throws IOException { in sendResponse()
303 int code = -1; in handleSetPathRequest() local
425 int code = ResponseCodes.OBEX_HTTP_OK; in handleDisconnectRequest() local
537 int code = -1; in handleConnectRequest() local
715 private int validateResponseCode(int code) { in validateResponseCode()
/frameworks/base/telephony/java/com/android/ims/
DImsException.java36 public ImsException(String message, int code) { in ImsException()
41 public ImsException(String message, Throwable cause, int code) { in ImsException()
/frameworks/base/core/java/android/content/
DUriMatcher.java129 public UriMatcher(int code) in UriMatcher()
160 public void addURI(String authority, String path, int code) in addURI()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Ddec_acelp_4p_in_64.cpp157 int16 code[] /* (o) Q9: algebraic (fixed) codebook excitation */ in dec_acelp_4p_in_64()
246 void add_pulses(int16 pos[], int16 nb_pulse, int16 track, int16 code[]) in add_pulses()
/frameworks/support/lifecycle/compiler/src/tests/kotlin/androidx/lifecycle/utils/
DTestUtils.kt30 val code = File("$folderPath/${split.last()}.java").readText(Charset.defaultCharset()) in load() constant
/frameworks/base/telephony/java/android/telephony/ims/
DImsSuppServiceNotification.java39 public final int code; field in ImsSuppServiceNotification
50 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, in ImsSuppServiceNotification()
/frameworks/base/core/java/android/nfc/
DErrorCodes.java28 public static boolean isError(int code) { in isError()
36 public static String asString(int code) { in asString()
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp230 int EvdevInjector::Send(uint16_t type, uint16_t code, int32_t value) { in Send()
250 int EvdevInjector::SendKey(uint16_t code, int32_t value) { in SendKey()
254 int EvdevInjector::SendAbs(uint16_t code, int32_t value) { in SendAbs()
258 int EvdevInjector::SendRel(uint16_t code, int32_t value) { in SendRel()
299 int EvdevInjector::Error(int code) { in Error()
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
DRemotePlayer.java150 public void onError(String error, int code, Bundle data) { in play()
192 public void onError(String error, int code, Bundle data) { in getStatus()
392 public void onError(String error, int code, Bundle data) { in enqueueInternal()
418 public void onError(String error, int code, Bundle data) { in seekInternal()
469 private void logError(String message, String error, int code) { in logError()

12345678910>>...13