/hardware/libhardware/modules/radio/ |
D | radio_hw.c | 89 radio_program_info_t program; member 197 radio_metadata_t **metadata, bool program) in prepare_metadata() argument 211 ret = radio_metadata_allocate(metadata, tuner->program.channel, 0); in prepare_metadata() 215 if (program) { in prepare_metadata() 339 frequency = tuner->program.channel; in callback_thread_loop() 351 tuner->program.channel = frequency; in callback_thread_loop() 352 tuner->program.tuned = (frequency / (tuner->config.spacings[0] * 5)) % 2; in callback_thread_loop() 353 tuner->program.signal_strength = 20; in callback_thread_loop() 355 tuner->program.stereo = false; in callback_thread_loop() 357 tuner->program.stereo = false; in callback_thread_loop() [all …]
|
/hardware/google/apf/ |
D | apf_disassembler.c | 74 uint8_t program[10000]; in main() local 78 while (scanf("%2x", &byte) == 1 && program_len < sizeof(program)) { in main() 79 program[program_len++] = byte; in main() 84 const uint8_t bytecode = program[pc++]; in main() 96 imm = (imm << 8) | program[pc++]; in main() 136 cmp_imm = (cmp_imm << 8) | program[pc++]; in main() 143 printf("%02x", program[pc++]); in main()
|
D | apf_interpreter.c | 47 int accept_packet(const uint8_t* program, uint32_t program_len, in accept_packet() argument 87 const uint8_t bytecode = program[pc++]; in accept_packet() 101 imm = (imm << 8) | program[pc++]; in accept_packet() 165 cmp_imm = (cmp_imm << 8) | program[pc++]; in accept_packet() 198 if (memcmp(program + pc, packet + REG, cmp_imm)) in accept_packet()
|
D | apf_interpreter.h | 45 int accept_packet(const uint8_t* program, uint32_t program_len,
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 466 GLuint program = glCreateProgram(); in createProgram() local 468 if (program) { in createProgram() 469 glAttachShader(program, vertexShader); in createProgram() 471 glAttachShader(program, fragmentShader); in createProgram() 473 glLinkProgram(program); in createProgram() 475 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); in createProgram() 478 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength); in createProgram() 482 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram() 487 glDeleteProgram(program); in createProgram() 488 program = 0; in createProgram() [all …]
|
/hardware/intel/bootstub/ |
D | LICENSE | 24 Foundation's software and to any other program whose authors commit to 41 For example, if you distribute copies of such a program, whether 58 Finally, any free program is threatened constantly by software 60 program will individually obtain patent licenses, in effect making the 61 program proprietary. To prevent this, we have made it clear that any 70 0. This License applies to any program or other work which contains 73 refers to any such program or work, and a "work based on the Program" 111 c) If the modified program normally reads commands interactively 116 a warranty) and that users may redistribute the program under 160 received the program in object code or executable form with such [all …]
|
/hardware/intel/common/libva/debian.upstream/ |
D | control.in | 57 Description: Video Acceleration (VA) API for Linux -- info program 61 This package contains the `vainfo' program.
|
/hardware/bsp/intel/peripheral/libupm/cmake/modules/ |
D | TargetArch.cmake | 105 # This compiles a small C program which is a series of ifdefs that selects a 107 # target architecture. The program will always fail to compile (both because 108 # file is not a valid C program, and obviously because of the presence of the 111 # since the program itself never needs to be run (only the compiler/preprocessor)
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 ) 71 program LOC_APICBPROG {
|
D | loc_api.xdr | 121 * XDR definition of the LOC_API program ( vers. 0x00040002 ) 124 program LOC_APIPROG {
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 ) 71 program LOC_APICBPROG {
|
D | loc_api.xdr | 121 * XDR definition of the LOC_API program ( vers. 0x00040002 ) 124 program LOC_APIPROG {
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 ) 71 program LOC_APICBPROG {
|
D | loc_api.xdr | 121 * XDR definition of the LOC_API program ( vers. 0x00040002 ) 124 program LOC_APIPROG {
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
D | TargetArch.cmake | 114 # This compiles a small C program which is a series of ifdefs that selects a 116 # target architecture. The program will always fail to compile (both because 117 # file is not a valid C program, and obviously because of the presence of the 120 # since the program itself never needs to be run (only the compiler/preprocessor)
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_hal.cpp | 55 const u8 *program, u32 len); 842 const u8* program, u32 len) in AndroidPktFilterCommand() argument 844 mProgram(program), mProgramLen(len), in AndroidPktFilterCommand() 864 u8 *program = new u8[mProgramLen]; in createSetPktFilterRequest() local 865 NULL_CHECK_RETURN(program, "memory allocation failure", WIFI_ERROR_OUT_OF_MEMORY); in createSetPktFilterRequest() 876 memcpy(program, mProgram, mProgramLen); in createSetPktFilterRequest() 877 result = request.put(APF_ATTRIBUTE_PROGRAM, program, mProgramLen); in createSetPktFilterRequest() 882 delete[] program; in createSetPktFilterRequest() 1275 const u8 *program, u32 len) in wifi_set_packet_filter() argument 1278 AndroidPktFilterCommand *cmd = new AndroidPktFilterCommand(handle, program, len); in wifi_set_packet_filter()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 77 * XDR definition of the LOC_API callback program ( vers. 0x00010001 ) 80 program LOC_APICBPROG {
|
D | loc_api.xdr | 130 * XDR definition of the LOC_API program ( vers. 0x00010001 ) 133 program LOC_APIPROG {
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 77 * XDR definition of the LOC_API callback program ( vers. 0x00010001 ) 80 program LOC_APICBPROG {
|
D | loc_api.xdr | 130 * XDR definition of the LOC_API program ( vers. 0x00010001 ) 133 program LOC_APIPROG {
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 77 * XDR definition of the LOC_API callback program ( vers. 0x00010001 ) 80 program LOC_APICBPROG {
|
D | loc_api.xdr | 130 * XDR definition of the LOC_API program ( vers. 0x00010001 ) 133 program LOC_APIPROG {
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api_cb.xdr | 97 * XDR definition of the LOC_API callback program ( vers. 0x00050006 ) 100 program LOC_APICBPROG {
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api_cb.xdr | 97 * XDR definition of the LOC_API callback program ( vers. 0x00050006 ) 100 program LOC_APICBPROG {
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api_cb.xdr | 97 * XDR definition of the LOC_API callback program ( vers. 0x00050006 ) 100 program LOC_APICBPROG {
|