/hardware/libhardware/modules/radio/ |
D | radio_hw.c | 93 radio_program_info_t program; member 212 radio_metadata_t **metadata, bool program) in prepare_metadata() argument 226 ret = radio_metadata_allocate(metadata, tuner->program.channel, 0); in prepare_metadata() 231 if (program) { in prepare_metadata() 356 frequency = tuner->program.channel; in callback_thread_loop() 368 tuner->program.channel = frequency; in callback_thread_loop() 369 tuner->program.tuned = (frequency / (tuner->config.spacings[0] * 5)) % 2; in callback_thread_loop() 370 tuner->program.signal_strength = 20; in callback_thread_loop() 372 tuner->program.stereo = false; in callback_thread_loop() 374 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_run.c | 63 uint8_t* program; in main() local 64 uint32_t program_len = parse_hex(argv[1], &program); in main() 68 int ret = accept_packet(program, program_len, packet, packet_len, in main() 71 free(program); 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/interfaces/broadcastradio/1.1/default/ |
D | VirtualRadio.cpp | 62 for (auto&& program : mPrograms) { in getProgram() 63 if (utils::tunesTo(selector, program.selector)) { in getProgram() 64 programOut = program; in getProgram()
|
D | VirtualProgram.cpp | 96 for (auto&& program : vec) { in getProgramInfoVector() 97 out.push_back(program.getProgramInfo(halRev)); in getProgramInfoVector()
|
D | VirtualRadio.h | 43 bool getProgram(const ProgramSelector& selector, VirtualProgram& program);
|
/hardware/interfaces/broadcastradio/1.1/ |
D | types.hal | 30 * Extra flags for program information. 34 * Set when the program is currently playing live stream. 89 * If a program type is supported by radio module, it means it can tune 92 * Support for VENDOR program type does not guarantee compatibility, as 131 * VENDOR program types must be opaque to the framework. 133 * There are multiple VENDOR program types just to make vendor implementation 155 * Type of program identifier component. 158 * it for secondary IDs. For example, a satellite program may set AM/FM fallback 219 * not be used in any program type other than 1015). 226 * A single program identifier component, eg. frequency or channel ID. [all …]
|
D | ITunerCallback.hal | 65 * Called each time the internally cached program list changes. HAL may not 80 * Method called by the HAL when current program information (including 83 * Client may retrieve the actual program info with 93 * @param info current program information
|
D | ITuner.hal | 24 * Tune to a specified program. 37 * @param program Program to tune to. 42 tuneByProgramSelector(ProgramSelector program) generates (Result result); 66 * @return info Current program information. 71 * Initiates a background scan to update internally cached program list.
|
D | IBroadcastRadio.hal | 47 * However, it must remain valid for a currently tuned program at least 49 * metadata changes for the current program.
|
/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/interfaces/broadcastradio/1.0/ |
D | types.hal | 208 /* Radio program information. Returned by the HAL with event RADIO_EVENT_TUNED. 216 * Tuned to a program (not a noise). It's the same condition that would 221 bool stereo; /** program is stereo or not */ 222 bool digital; /** digital program or not (e.g HD Radio program) */
|
/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/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/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/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_hal.cpp | 55 const u8 *program, u32 len); 860 const u8* program, u32 len) in AndroidPktFilterCommand() argument 862 mProgram(program), mProgramLen(len), in AndroidPktFilterCommand() 882 u8 *program = new u8[mProgramLen]; in createSetPktFilterRequest() local 883 NULL_CHECK_RETURN(program, "memory allocation failure", WIFI_ERROR_OUT_OF_MEMORY); in createSetPktFilterRequest() 894 memcpy(program, mProgram, mProgramLen); in createSetPktFilterRequest() 895 result = request.put(APF_ATTRIBUTE_PROGRAM, program, mProgramLen); in createSetPktFilterRequest() 900 delete[] program; in createSetPktFilterRequest() 1296 const u8 *program, u32 len) in wifi_set_packet_filter() argument 1299 AndroidPktFilterCommand *cmd = new AndroidPktFilterCommand(handle, program, len); in wifi_set_packet_filter()
|
/hardware/interfaces/wifi/1.1/default/ |
D | wifi_sta_iface.h | 57 const hidl_vec<uint8_t>& program, 118 uint32_t cmd_id, const std::vector<uint8_t>& program);
|
/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 {
|
/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 {
|