Searched refs:code (Results 1 - 25 of 296) sorted by last modified time

1234567891011>>

/frameworks/support/v13/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/support/v4/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/compile/libbcc/runtime/make/
H A DAppleBI.mk25 # Copies source code to SRCROOT.
/frameworks/ex/carousel/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/ex/common/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/ex/variablespeed/
H A DAndroid.mk17 # Build the java code, shared library.
36 # Build the native code, library.
/frameworks/media/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c307 M4OSA_UInt32 code, l0 = 0, l1; local
309 code = p_bs->ui32TempBuff;
312 if( code >> 29 )
314 l0 = Tab_MCS[(code >> 29)];
315 code = code >> (32 - l0);
320 if( code )
322 code <<= 3;
324 for ( l0 = 3; code < 0x80000000; code <<
[all...]
/frameworks/media/libvideoeditor/vss/src/
H A DM4VD_EXTERNAL_BitstreamParser.c33 M4OSA_UInt8 code; member in struct:__anon1592
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...]
H A DM4VD_Tools.c33 M4OSA_UInt32 code; local
35 code = 0;
47 code = (code << 1);
48 code |= ((parsingCtxt->stream_byte & 0x80) >> 7);
54 return code;
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp219 // Replace the AU start code for H264
245 M4OSA_UInt32 code, j; local
282 code = VideoEditorVideoDecoder_GetBitsFromMemory(&parsingCtxt, 8);
283 if (code == 0) {
284 code = VideoEditorVideoDecoder_GetBitsFromMemory(&parsingCtxt, 8);
285 if (code == 0) {
286 code = VideoEditorVideoDecoder_GetBitsFromMemory(&parsingCtxt,8);
287 if (code == 1) {
288 /* start code found */
289 code
[all...]
/frameworks/base/obex/javax/obex/
H A DServerSession.java9 * - Redistributions of source code must retain the above copyright notice,
153 * create a <code>HeaderSet</code> object to pass to the
154 * <code>ServerRequestHandler</code> object. After the handler processes the
160 int code = ResponseCodes.OBEX_HTTP_OK;
167 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE;
172 code = mListener.onAbort(request, reply);
173 Log.v(TAG, "onAbort request handler return value- " + code);
174 code
256 sendResponse(int code, byte[] header) argument
677 validateResponseCode(int code) argument
[all...]
/frameworks/base/opengl/libagl/
H A Ddxt.cpp130 * contains a transparent pixel (color0 < color1, code == 3). This
295 int code = bits & 0x3; local
298 blockRowPtr[x] = c[code];
404 int code = bits & 0x3; local
407 blockRowPtr[x] = c[code] | (a << 28) | (a << 24);
561 int code = bits & 0x3; local
564 blockRowPtr[x] = c[code] | (a[acode] << 24);
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp4115 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
4117 return BnAudioTrack::onTransact(code, data, reply, flags);
4230 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
4232 return BnAudioRecord::onTransact(code, data, reply, flags);
5528 // because of code checking output when entering the function.
7055 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
7057 return BnEffect::onTransact(code, data, reply, flags);
7647 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
7649 return BnAudioFlinger::onTransact(code, data, reply, flags);
4114 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
4229 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
7054 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
7646 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DAudioFlinger.h206 uint32_t code,
921 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
1040 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
1192 virtual status_t onTransact(uint32_t code, const Parcel& data,
H A DAudioPolicyService.cpp623 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
625 return BnAudioPolicyService::onTransact(code, data, reply, flags);
622 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DAudioPolicyService.h112 uint32_t code,
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp245 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
247 switch (code) {
264 return BnCameraService::onTransact(code, data, reply, flags);
244 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DCameraService.h54 virtual status_t onTransact(uint32_t code, const Parcel& data,
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp99 virtual status_t onTransact(uint32_t code,
132 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
133 switch(code) {
147 return BBinder::onTransact(code, data, reply, flags);
131 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/services/input/
H A DEventHub.cpp489 ev.code = led;
667 LOGV("%s got: t0=%d, t1=%d, type=%d, code=%d, value=%d",
670 iev.type, iev.code, iev.value);
674 // so that downstream code can get more accurate estimates of
692 event->scanCode = iev.code;
697 status_t err = device->keyMap.keyLayoutMap->mapKey(iev.code,
699 LOGV("iev.code=%d keyCode=%d flags=0x%08x err=%d\n",
700 iev.code, event->keyCode, event->flags, err);
H A DInputReader.cpp631 int32_t InputReader::getStateLocked(int32_t deviceId, uint32_t sourceMask, int32_t code, argument
639 result = (device->*getStateFunc)(sourceMask, code);
647 result = (device->*getStateFunc)(sourceMask, code);
997 int32_t InputDevice::getState(uint32_t sourceMask, int32_t code, GetStateFunc getStateFunc) { argument
1003 result = (mapper->*getStateFunc)(sourceMask, code);
3005 LOGW(INDENT "VirtualKey %d: could not obtain key code, ignoring",
3376 // If touches are consumed, subsequent code will not receive any pointer data.
3383 // The following code can use either the raw or cooked data, as needed.
H A DInputReader.h409 typedef int32_t (InputDevice::*GetStateFunc)(uint32_t sourceMask, int32_t code);
410 int32_t getStateLocked(int32_t deviceId, uint32_t sourceMask, int32_t code,
470 bool hasKey(int32_t code) { argument
471 return getEventHub()->hasScanCode(mId, code);
474 bool isKeyPressed(int32_t code) { argument
475 return getEventHub()->getScanCodeState(mId, code) == AKEY_STATE_DOWN;
478 int32_t getAbsoluteAxisValue(int32_t code) { argument
480 getEventHub()->getAbsoluteAxisValue(mId, code, &value);
496 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code);
497 int32_t getState(uint32_t sourceMask, int32_t code, GetStateFun
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1286 << "Ignored device should return unknown key code state.";
1288 << "Ignored device should return unknown scan code state.";
1357 << "Should return unknown key code state when source not supported.";
1359 << "Should return unknown scan code state when source not supported.";
2493 void processKey(SingleTouchInputMapper* mapper, int32_t code, int32_t value);
2565 SingleTouchInputMapper* mapper, int32_t code, int32_t value) {
2566 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_KEY, code, 0, value, 0);
3617 void processKey(MultiTouchInputMapper* mapper, int32_t code, int32_t value);
3729 MultiTouchInputMapper* mapper, int32_t code, int32_t value) {
3730 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_KEY, code,
2564 processKey( SingleTouchInputMapper* mapper, int32_t code, int32_t value) argument
3728 processKey( MultiTouchInputMapper* mapper, int32_t code, int32_t value) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DClipboardService.java76 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
79 return super.onTransact(code, data, reply, flags);
H A DINativeDaemonConnectorCallbacks.java23 boolean onEvent(int code, String raw, String[] cooked); argument

Completed in 5921 milliseconds

1234567891011>>