OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vctrls
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmTxNative.cpp
365
struct v4l2_ext_control_kfmapp
vctrls
;
local
372
vctrls
.id = V4L2_CID_RDS_TX_PS_NAME;
373
vctrls
.string = (char*) env->GetStringUTFChars(psString, &iscopy);
374
vctrls
.size = strlen(rds_text) + 1;
375
vec.controls = &
vctrls
;
377
ALOGE("Entered RDS PS Name is - %s\n",
vctrls
.string);
504
struct v4l2_ext_control_kfmapp
vctrls
;
local
513
vctrls
.id = V4L2_CID_RDS_TX_RADIO_TEXT;
514
vctrls
.string = (char*) env->GetStringUTFChars(msg, &iscopy);
515
vctrls
.size = strlen(rtMsg) + 1
692
struct v4l2_ext_control_kfmapp
vctrls
;
local
723
struct v4l2_ext_control_kfmapp
vctrls
;
local
798
struct v4l2_ext_control_kfmapp
vctrls
;
local
[
all
...]
/hardware/ti/wpan/tools/kfmapp/
kfmapp.c
236
struct v4l2_ext_control_kfmapp
vctrls
;
local
242
vctrls
.id = V4L2_CID_RDS_TX_RADIO_TEXT;
245
vctrls
.string = rds_text;
246
vctrls
.size = strlen(rds_text) + 1;
247
vec.controls = &
vctrls
;
249
printf("Entered RDS text is - %s and strlen = %d\n",
vctrls
.string,
vctrls
.size);
265
struct v4l2_ext_control_kfmapp
vctrls
;
local
271
vctrls
.id = V4L2_CID_RDS_TX_PS_NAME;
274
vctrls
.string = rds_text
294
struct v4l2_ext_control_kfmapp
vctrls
;
local
345
struct v4l2_ext_control_kfmapp
vctrls
;
local
394
struct v4l2_ext_control_kfmapp
vctrls
;
local
422
struct v4l2_ext_control_kfmapp
vctrls
;
local
[
all
...]
Completed in 201 milliseconds