Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 152) sorted by relevance

1234567

/device/linaro/hikey/hifi/xaf/host-apf/include/audio/
Dxa_error_standards.h59 #define XA_ERROR_SEVERITY(code) (((code) & XA_FATAL_ERROR) != 0) argument
60 #define XA_ERROR_CLASS(code) (((code) >> 11) & 0x0f) argument
61 #define XA_ERROR_CODEC(code) (((code) >> 6) & 0x1f) argument
62 #define XA_ERROR_SUBCODE(code) (((code) >> 0) & 0x3f) argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/audio/
Dxa_error_standards.h59 #define XA_ERROR_SEVERITY(code) (((code) & XA_FATAL_ERROR) != 0) argument
60 #define XA_ERROR_CLASS(code) (((code) >> 11) & 0x0f) argument
61 #define XA_ERROR_CODEC(code) (((code) >> 6) & 0x1f) argument
62 #define XA_ERROR_SUBCODE(code) (((code) >> 0) & 0x3f) argument
/device/google/cuttlefish/guest/commands/vsoc_input_service/
Dvsoc_input_service.cpp48 device->EmitEvent(event.type, event.code, event.value); in EventLoop()
109 .code = event.code, in ProcessEvents()
122 .code = event.code, in ProcessEvents()
Dvirtual_device_base.cpp114 uint16_t code, in EmitEvent() argument
118 event.code = code; in EmitEvent()
Dvsoc_input_service.h29 uint16_t code; member
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp38 uint16_t code; member
44 virtual void AddEvent(uint16_t type, uint16_t code, int32_t value) = 0;
54 void AddEvent(uint16_t type, uint16_t code, int32_t value) override { in AddEvent()
55 buffer_.push_back({.type = type, .code = code, .value = value}); in AddEvent()
117 void OnKeyboardEvent(uint16_t code, bool down) override { in OnKeyboardEvent() argument
123 buffer->AddEvent(EV_KEY, code, down); in OnKeyboardEvent()
/device/sample/frameworks/PlatformLibrary/
DREADME.txt7 write JNI code for incorporating native code into the library, and a client
32 whose target is "com.example.android.platform_library". The code for this
45 basically whatever code you want. You can also put code in other Java
55 This is an optional example of how to write JNI code associated with a
56 shared library. This code lives under jni/. The jni/Android.mk file defines
57 the rules for building the final .so in which the code lives. This example
58 provides everything needed to hook up the native code with the Java library
66 shared library. This code lives under client/. Note that the example is
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dstm32f4xx.common.lkr5 __code_start = ORIGIN(code);
6 __code_end = ORIGIN(code) + LENGTH(code);
Dstm32f4xx.os.lkr30 } > code = 0xff
48 } > ram AT > code
Dstm32f4xx.bl.lkr43 /* at least a byte of code is needed, or ld cannot locate "__code_start" symbol properly */
48 } > code
/device/linaro/hikey/bt-wifi-firmware-util/
DNOTICE26 code license limitations below) in the documentation and/or other materials provided
37 * Nothing shall obligate TI to provide you with source code for the software
38 licensed and provided to you in object code.
40 If software source code is provided to you, modification and redistribution of the
41 source code are permitted provided that the following conditions are met:
43 * any redistribution and use of the source code, including any resulting
46 * any redistribution and use of any object code compiled from the source
47 code and any resulting derivative works, are licensed by TI for use only
/device/google/contexthub/firmware/os/platform/stm32/
Dbl.c181 uint16_t *code_src, *code; in _blEraseSectors() local
188 code = (uint16_t *)(((uint32_t)alloca(code_length + 1) + 1) & ~0x1); in _blEraseSectors()
189 func = (FlashEraseF)((uint8_t *)code+1); in _blEraseSectors()
192 code[i] = code_src[i]; in _blEraseSectors()
286 uint16_t *code_src, *code; in blWriteBytes() local
293 code = (uint16_t *)(((uint32_t)alloca(code_length+1) + 1) & ~0x1); in blWriteBytes()
294 func = (FlashWriteF)((uint8_t *)code+1); in blWriteBytes()
297 code[i] = code_src[i]; in blWriteBytes()
/device/google/contexthub/firmware/lib/builtins/
DLICENSE.TXT6 "BSD-Like" license and the MIT license. As a user of this code you may choose
7 to use it under either license. As a contributor, you agree to allow your code
36 * Redistributions of source code must retain the above copyright notice,
81 The LLVM software contains code written by third parties. Such software will
84 to that code.
87 applies to all code in the LLVM Distribution, and nothing in any of the
DNOTICE6 "BSD-Like" license and the MIT license. As a user of this code you may choose
7 to use it under either license. As a contributor, you agree to allow your code
36 * Redistributions of source code must retain the above copyright notice,
81 The LLVM software contains code written by third parties. Such software will
84 to that code.
87 applies to all code in the LLVM Distribution, and nothing in any of the
/device/ti/beagle_x15/gpu/
DNOTICE24 * (if applicable) source code license limitations below) in the documentation
33 * * Nothing shall obligate TI to provide you with source code for the software
34 * licensed and provided to you in object code.
36 * If software source code is provided to you, modification and redistribution
37 * of the source code are permitted
40 * * any redistribution and use of the source code, including any resulting
42 * * any redistribution and use of any object code compiled from the source code
/device/google/cuttlefish/host/frontend/vnc_server/
Dvirtual_inputs.cpp47 std::uint16_t code; member
240 void InitInputEvent(struct input_event* evt, uint16_t type, uint16_t code, in InitInputEvent() argument
243 evt->code = code; in InitInputEvent()
298 .code = event_buffer[i].code, in SendEvents()
Dvirtual_inputs.h33 virtual void GenerateKeyPressEvent(int code, bool down) = 0;
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DAndroid.bp65 "-Wunreachable-code",
67 // Disabling warning specific to hwc2on1adapter code
/device/google/contexthub/firmware/
DCodingStandard.txt1 …d concise codebase that looks readable, it is hereby established that the code will follow these g…
21 easily looking over code and estimating memory use.
28 14. Do not use uint16_t/uint8_t for function parameters/return types. Gcc generates very bad code f…
43 reason, listen to them and fix the code instead.
46 code, it will warn you if you accidentally try to dereference it, or on purpose try to access
/device/google/wahoo/folio_daemon/
Dmain.cpp143 event.code = SW_LID; in main()
153 event.code = SYN_REPORT; in main()
/device/google/cuttlefish/common/libs/utils/
Dnetwork.cpp211 std::uint8_t code; member
217 std::uint8_t code; member
299 frame.dhcp.message_type = { .code = 53, .len = 1, .message_type = 7 }; in ReleaseDhcp4()
300 frame.dhcp.server_identifier.code = 54; in ReleaseDhcp4()
/device/linaro/dragonboard/db845c/firmware/qca/
DNOTICE36 * 1. Redistributions of source code must retain the above copyright
72 * 1. Redistributions of source code must retain the above copyright
114 1. Redistributions of source code must retain the above copyright notice,
148 * 1. Redistributions of source code must retain the above copyright
202 * Optimised ANSI C code for the Rijndael cipher (now AES)
208 * This code is hereby placed in the public domain.
243 I retain copyright in this code but I encourage its free use provided
246 it I would appreciate an acknowledgement of its origin in the code or
274 I retain copyright in this code but I encourage its free use provided
277 it I would appreciate an acknowledgement of its origin in the code or
[all …]
/device/google/coral/vibrator/bench/
Dbenchmark.cpp85 #define BENCHMARK_WRAPPER(fixt, test, code) \ argument
88 (benchmark::State & state){code} BENCHMARK_REGISTER_F(fixt, test)->Apply(fixt::DefaultArgs)
/device/sample/apps/tv/SetupCustomizationSample/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java142 for (Integer code : keyRunnables.keySet()) { in populateKeyHandlerViews()
143 String keyStr = KeyEvent.keyCodeToString(code); in populateKeyHandlerViews()
157 tvVal.setText(keyDescriptions.get(code)); in populateKeyHandlerViews()
/device/sample/apps/tv/SetupValidation/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java142 for (Integer code : keyRunnables.keySet()) { in populateKeyHandlerViews()
143 String keyStr = KeyEvent.keyCodeToString(code); in populateKeyHandlerViews()
157 tvVal.setText(keyDescriptions.get(code)); in populateKeyHandlerViews()

1234567