/device/linaro/hikey/hifi/xaf/host-apf/include/audio/ |
D | xa_error_standards.h | 59 #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/ |
D | xa_error_standards.h | 59 #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/ |
D | vsoc_input_service.cpp | 48 device->EmitEvent(event.type, event.code, event.value); in EventLoop() 109 .code = event.code, in ProcessEvents() 122 .code = event.code, in ProcessEvents()
|
D | virtual_device_base.cpp | 114 uint16_t code, in EmitEvent() argument 118 event.code = code; in EmitEvent()
|
D | vsoc_input_service.h | 29 uint16_t code; member
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | connection_observer.cpp | 38 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/ |
D | README.txt | 7 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/ |
D | stm32f4xx.common.lkr | 5 __code_start = ORIGIN(code); 6 __code_end = ORIGIN(code) + LENGTH(code);
|
D | stm32f4xx.os.lkr | 30 } > code = 0xff 48 } > ram AT > code
|
D | stm32f4xx.bl.lkr | 43 /* 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/ |
D | NOTICE | 26 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/ |
D | bl.c | 181 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/ |
D | LICENSE.TXT | 6 "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
|
D | NOTICE | 6 "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/ |
D | NOTICE | 24 * (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/ |
D | virtual_inputs.cpp | 47 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()
|
D | virtual_inputs.h | 33 virtual void GenerateKeyPressEvent(int code, bool down) = 0;
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | Android.bp | 65 "-Wunreachable-code", 67 // Disabling warning specific to hwc2on1adapter code
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 1 …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/ |
D | main.cpp | 143 event.code = SW_LID; in main() 153 event.code = SYN_REPORT; in main()
|
/device/google/cuttlefish/common/libs/utils/ |
D | network.cpp | 211 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/ |
D | NOTICE | 36 * 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/ |
D | benchmark.cpp | 85 #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/ |
D | BaseActivity.java | 142 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/ |
D | BaseActivity.java | 142 for (Integer code : keyRunnables.keySet()) { in populateKeyHandlerViews() 143 String keyStr = KeyEvent.keyCodeToString(code); in populateKeyHandlerViews() 157 tvVal.setText(keyDescriptions.get(code)); in populateKeyHandlerViews()
|