Searched refs:code (Results 176 - 200 of 332) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dacelp.h390 Word16 code[], /* (i) Q9 :Innovative vector. */
407 Word16 code[], /* (i) Q9 :Innovative vector. */
432 Word16 code[], /* (o) Q9 : algebraic (fixed) codebook excitation */
441 Word16 code[], /* (o) Q9 : algebraic (fixed) codebook excitation */
455 Word16 * x, /* in/out: impulse response (or algebraic code) */
486 Word16 code[], /* (i) Q9 : Fixed codebook excitation */
487 Word16 gain_code, /* (i) Q0 : gain of code */
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java253 private ArrayList<byte[]> execute(int code, byte[]... parameters) { argument
267 out.write(code);
277 if ((code = in.read()) != NO_ERROR) {
278 if (code != -1) {
279 mError = code;
/frameworks/base/core/java/android/view/
H A DKeyEvent.java40 * Key events are generally accompanied by a key code ({@link #getKeyCode()}),
41 * scan code ({@link #getScanCode()}) and meta state ({@link #getMetaState()}).
42 * Key code constants are defined in this class. Scan code constants are raw
70 * that single repeated key code or a sequence of characters to insert.
84 /** Key code constant: Unknown key code. */
86 /** Key code constant: Soft Left key.
91 /** Key code constant: Soft Right key.
96 /** Key code constan
1353 KeyEvent(int action, int code) argument
1373 KeyEvent(long downTime, long eventTime, int action, int code, int repeat) argument
1397 KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState) argument
1424 KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode) argument
1454 KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode, int flags) argument
1486 KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode, int flags, int source) argument
1588 obtain(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode, int flags, int source, String characters) argument
[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
/frameworks/native/libs/binder/
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
/frameworks/base/core/java/android/os/
H A DParcel.java183 private int mNativePtr; // used by native code
1308 int code = 0;
1310 code = EX_SECURITY;
1312 code = EX_BAD_PARCELABLE;
1314 code = EX_ILLEGAL_ARGUMENT;
1316 code = EX_NULL_POINTER;
1318 code = EX_ILLEGAL_STATE;
1320 writeInt(code);
1322 if (code == 0) {
1376 int code
1422 readException(int code, String msg) argument
[all...]
H A DServiceManagerNative.java52 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
55 switch (code) {
170 // The result code that is returned by the C++ code can
/frameworks/base/tools/aapt/
H A DResourceTable.cpp132 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
133 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
137 "an integer value, such as \"<code>100</code>\"." },
139 "a boolean value, either \"<code>true</code>\" or \"<code>false</code>\"
313 ResXMLTree::event_code_t code; local
799 ResXMLTree::event_code_t code; local
[all...]
/frameworks/av/include/media/
H A DIOMX.h177 uint32_t code, const Parcel &data, Parcel *reply,
184 uint32_t code, const Parcel &data, Parcel *reply,
H A DIMediaPlayerService.h97 virtual status_t onTransact( uint32_t code,
H A DIMediaRecorder.h66 virtual status_t onTransact( uint32_t code,
/frameworks/av/media/mtp/
H A DMtpPacket.cpp119 void MtpPacket::setContainerCode(uint16_t code) { argument
120 putUInt16(MTP_CONTAINER_CODE_OFFSET, code);
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
H A DOverlayBaseTest.java31 private void setLocale(String code) { argument
32 Locale locale = new Locale(code);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFragmentShader.java51 public Builder setShader(String code) { argument
52 mBuilder.setShader(code);
/frameworks/ml/bordeaux/learning/multiclass_pa/
H A DAndroid.mk19 # Build native code
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/
H A DAndroid.mk19 # Build native code
/frameworks/native/services/surfaceflinger/
H A DClient.cpp91 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
107 return BnSurfaceComposerClient::onTransact(code, data, reply, flags);
90 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/media/mca/filterfw/
H A DAndroid.mk45 # Don't prelink this library. For more efficient code, you may want
/frameworks/base/media/mca/filterfw/native/
H A Dlibfilterfw.mk16 # Add include paths for native code.
/frameworks/av/include/camera/
H A DICamera.h114 virtual status_t onTransact( uint32_t code,
/frameworks/av/include/common_time/
H A DICommonTimeConfig.h67 virtual status_t onTransact(uint32_t code, const Parcel& data,
/frameworks/base/libs/androidfw/
H A DKeyLayoutMap.cpp211 int32_t code = int32_t(strtol(codeToken.string(), &end, 0)); local
214 mapUsage ? "usage" : "scan code", codeToken.string());
219 if (map.indexOfKey(code) >= 0) {
221 mapUsage ? "usage" : "scan code", codeToken.string());
229 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(),
255 ALOGD("Parsed key %s: code=%d, keyCode=%d, flags=0x%08x.",
256 mapUsage ? "usage" : "scan code", code, keyCode, flags);
261 map.add(code, key);
270 ALOGE("%s: Expected axis scan code numbe
[all...]
/frameworks/native/include/binder/
H A DIBinder.h79 virtual status_t transact( uint32_t code,
111 * INVALID_OPERATION code being returned and nothing happening.
/frameworks/native/include/gui/
H A DISurfaceComposer.h136 virtual status_t onTransact(uint32_t code, const Parcel& data,
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp172 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
174 switch (code) {
240 return BBinder::onTransact(code, data, reply, flags);
171 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument

Completed in 3428 milliseconds

1234567891011>>