HomeSort by relevance Sort by last modified time
    Searched refs:ril (Results 1 - 25 of 35) sorted by null

1 2

  /device/samsung/tuna/audio/
ril_interface.c 53 /* This is the callback function that the RIL uses to
69 static int ril_connect_if_required(struct ril_handle *ril)
71 if (_ril_is_connected(ril->client))
74 if (_ril_connect(ril->client) != RIL_CLIENT_ERR_SUCCESS) {
80 wb amr status when ril is connected. */
82 _ril_get_wb_amr(ril->client, ril_set_wb_amr_callback);
87 int ril_open(struct ril_handle *ril)
91 if (!ril)
94 ril->handle = dlopen(RIL_CLIENT_LIBPATH, RTLD_NOW);
96 if (!ril->handle)
    [all...]
ril_interface.h 31 #define RIL_OEM_UNSOL_RESPONSE_BASE 11000 // RIL response base index
33 (RIL_OEM_UNSOL_RESPONSE_BASE + 17) // RIL AMR state index
64 int ril_open(struct ril_handle *ril);
65 int ril_close(struct ril_handle *ril);
66 int ril_set_call_volume(struct ril_handle *ril, enum ril_sound_type sound_type,
68 int ril_set_call_audio_path(struct ril_handle *ril, enum ril_audio_path path);
69 int ril_set_call_clock_sync(struct ril_handle *ril, enum ril_clock_state state);
  /device/samsung/crespo4g/
system.prop 5 rild.libpath=/vendor/lib/libsec-ril.so
8 ril.ecclist=911,#911,*911
  /build/target/board/generic/
system.prop 5 rild.libpath=/system/lib/libreference-ril.so
device.mk 21 ro.ril.hsxpa=1 \
22 ro.ril.gprsclass=10 \
  /build/target/board/generic_armv5/
system.prop 5 rild.libpath=/system/lib/libreference-ril.so
  /build/target/board/generic_x86/
system.prop 5 rild.libpath=/system/lib/libreference-ril.so
device.mk 21 ro.ril.hsxpa=1 \
22 ro.ril.gprsclass=10 \
  /build/target/board/vbox_x86/
system.prop 5 rild.libpath=/system/lib/libreference-ril.so
device.mk 23 ro.ril.hsxpa=1 \
24 ro.ril.gprsclass=10 \
  /device/samsung/crespo/
system.prop 5 rild.libpath=/vendor/lib/libsec-ril.so
extract-files.sh 42 adb pull /system/vendor/lib/libsec-ril.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libsec-ril.so
87 vendor/__MANUFACTURER__/__DEVICE__/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so \\
  /device/samsung/maguro/
system.prop 5 rild.libpath=/vendor/lib/libsec-ril.so
9 # Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false
extract-files.sh 43 adb pull /system/vendor/lib/libsec-ril.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libsec-ril.so
89 vendor/__MANUFACTURER__/__DEVICE__/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so \\
  /device/moto/stingray/
device.mk 21 device/moto/stingray/ril/tty2ttyd:system/bin/tty2ttyd \
22 device/moto/stingray/ril/base64:system/bin/base64 \
23 device/moto/stingray/ril/libb64.so:system/lib/libb64.so \
24 device/moto/stingray/ril/extract-embedded-files:system/bin/extract-embedded-files \
25 device/moto/stingray/ril/vril-dump:system/bin/vril-dump \
26 device/moto/stingray/ril/logcatd:system/bin/logcatd \
27 device/moto/stingray/ril/logcatd-blan:system/bin/logcatd-blan \
32 device/moto/stingray/ril/libmoto_cdma_ril.so:system/lib/libmoto_cdma_ril.so \
33 device/moto/stingray/ril/libmoto_rds_ril.so:system/lib/libmoto_rds_ril.so \
34 device/moto/stingray/ril/libmoto_qmi_ril.so:system/lib/libmoto_qmi_ril.so
    [all...]
  /device/samsung/toro/
system.prop 9 # Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false
17 ro.ril.ecclist=112,911,#911,*911
  /device/samsung/torospr/
system.prop 9 # Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false
17 ro.ril.ecclist=112,911,#911,*911
  /hardware/ril/libril/
Android.mk 7 ril.cpp \
31 ril.cpp
  /hardware/ril/reference-ril/
Android.mk 9 reference-ril.c \
40 LOCAL_MODULE:= libreference-ril
46 LOCAL_MODULE:= reference-ril
  /build/core/
legacy_prebuilts.mk 44 chat-ril \
89 libpppd_plugin-ril.so \
101 pppd-ril \
102 pppd-ril.options \
pathmap.mk 46 libril:hardware/ril/include \
  /system/core/rootdir/etc/
init.goldfish.sh 8 # want the RIL (radio interface layer) to talk to
13 # - When we want the RIL to talk directly to a guest
17 # - We don't want to use the RIL but the VM-based
27 radio_ril=`getprop ro.kernel.android.ril`
33 stop ril-daemon
  /device/samsung/crespo/self-extractors/samsung/staging/
device-crespo.mk 24 $(LOCAL_PATH)/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so
  /device/samsung/maguro/self-extractors/samsung/staging/
device-maguro.mk 21 $(LOCAL_PATH)/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so \
  /device/samsung/crespo4g/self-extractors/samsung/staging/
device-crespo4g.mk 24 $(LOCAL_PATH)/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so

Completed in 353 milliseconds

1 2