Home
last modified time | relevance | path

Searched refs:program (Results 1 – 25 of 49) sorted by relevance

12

/hardware/libhardware/modules/radio/
Dradio_hw.c89 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()
216 if (program) { in prepare_metadata()
340 frequency = tuner->program.channel; in callback_thread_loop()
352 tuner->program.channel = frequency; in callback_thread_loop()
353 tuner->program.tuned = (frequency / (tuner->config.spacings[0] * 5)) % 2; in callback_thread_loop()
354 tuner->program.signal_strength = 20; in callback_thread_loop()
356 tuner->program.stereo = false; in callback_thread_loop()
358 tuner->program.stereo = false; in callback_thread_loop()
[all …]
/hardware/google/apf/
Dapf_disassembler.c74 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()
Dapf_run.c63 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()
Dapf_interpreter.c47 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()
Dapf_interpreter.h45 int accept_packet(const uint8_t* program, uint32_t program_len,
/hardware/interfaces/broadcastradio/1.1/
Dtypes.hal30 * Extra flags for program information.
34 * Set when the program is currently playing live stream.
59 * Radio program information. Returned by the HAL with event RADIO_EVENT_TUNED.
DITuner.hal27 * @return info Current program information.
32 * Initiates a background scan to update internally cached program list.
/hardware/intel/bootstub/
DLICENSE24 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/
Dtypes.hal205 /* Radio program information. Returned by the HAL with event RADIO_EVENT_TUNED.
211 bool tuned; /** tuned to a program or not */
212 bool stereo; /** program is stereo or not */
213 bool digital; /** digital program or not (e.g HD Radio program) */
/hardware/intel/common/libva/debian.upstream/
Dcontrol.in57 Description: Video Acceleration (VA) API for Linux -- info program
61 This package contains the `vainfo' program.
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 )
71 program LOC_APICBPROG {
Dloc_api.xdr121 * XDR definition of the LOC_API program ( vers. 0x00040002 )
124 program LOC_APIPROG {
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 )
71 program LOC_APICBPROG {
Dloc_api.xdr121 * XDR definition of the LOC_API program ( vers. 0x00040002 )
124 program LOC_APIPROG {
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 )
71 program LOC_APICBPROG {
Dloc_api.xdr121 * XDR definition of the LOC_API program ( vers. 0x00040002 )
124 program LOC_APIPROG {
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp55 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.0/default/
Dwifi_sta_iface.h56 const hidl_vec<uint8_t>& program,
117 uint32_t cmd_id, const std::vector<uint8_t>& program);
Dwifi_sta_iface.cpp98 const hidl_vec<uint8_t>& program, in installApfPacketFilter() argument
105 program); in installApfPacketFilter()
348 uint32_t /* cmd_id */, const std::vector<uint8_t>& program) { in installApfPacketFilterInternal() argument
350 legacy_hal_.lock()->setPacketFilter(program); in installApfPacketFilterInternal()
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr77 * XDR definition of the LOC_API callback program ( vers. 0x00010001 )
80 program LOC_APICBPROG {
Dloc_api.xdr130 * XDR definition of the LOC_API program ( vers. 0x00010001 )
133 program LOC_APIPROG {
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr77 * 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/
Dloc_api_cb.xdr77 * XDR definition of the LOC_API callback program ( vers. 0x00010001 )
80 program LOC_APICBPROG {
Dloc_api.xdr130 * XDR definition of the LOC_API program ( vers. 0x00010001 )
133 program LOC_APIPROG {
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_cb.xdr97 * XDR definition of the LOC_API callback program ( vers. 0x00050006 )
100 program LOC_APICBPROG {

12