HomeSort by relevance Sort by last modified time
    Searched refs:p_vals (Results 1 - 5 of 5) sorted by null

  /hardware/libhardware/include/hardware/
bt_rc.h 137 ** num_attr: specifies the number of value ids contained in p_vals
139 typedef void (* btrc_get_player_app_values_text_callback) (uint8_t attr_id, uint8_t num_val, uint8_t *p_vals);
142 typedef void (* btrc_set_player_app_value_callback) (btrc_player_settings_t *p_vals);
192 ** num_val: Specifies the number of values contained in the pointer p_vals
194 bt_status_t (*list_player_app_value_rsp)( int num_val, uint8_t *p_vals);
197 bt_status_t (*get_player_app_value_rsp)( btrc_player_settings_t *p_vals);
205 ** num_attr: Specifies the number of attribute values' text contained in the pointer p_vals
207 bt_status_t (*get_player_app_value_text_rsp)( int num_val, btrc_player_setting_text_t *p_vals);
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_tg.c 124 p_result->set_app_val.p_vals = (tAVRC_APP_SETTING *)p_buf;
125 p_app_set = p_result->set_app_val.p_vals;
avrc_bld_tg.c 226 if (!p_rsp->p_vals)
252 if (avrc_is_valid_player_attrib_value(p_rsp->p_vals[xx].attr_id, p_rsp->p_vals[xx].attr_val))
255 UINT8_TO_BE_STREAM(p_data, p_rsp->p_vals[xx].attr_id);
256 UINT8_TO_BE_STREAM(p_data, p_rsp->p_vals[xx].attr_val);
  /hardware/invensense/mlsdk/mlutils/
mputest.c 850 short *p_vals; local
859 p_vals = (short*)inv_malloc(sizeof(short) * 3 * test_setup.accel_samples);
888 short *vals = &p_vals[3 * i];
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 1000 tAVRC_APP_SETTING *p_vals; member in struct:__anon3175
1242 tAVRC_APP_SETTING *p_vals; member in struct:__anon3197
    [all...]

Completed in 35 milliseconds