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 148 ** num_attr: specifies the number of value ids contained in p_vals
150 typedef void (* btrc_get_player_app_values_text_callback) (uint8_t attr_id, uint8_t num_val, uint8_t *p_vals);
153 typedef void (* btrc_set_player_app_value_callback) (btrc_player_settings_t *p_vals);
215 ** num_val: Specifies the number of values contained in the pointer p_vals
217 bt_status_t (*list_player_app_value_rsp)( int num_val, uint8_t *p_vals);
220 bt_status_t (*get_player_app_value_rsp)( btrc_player_settings_t *p_vals);
228 ** num_attr: Specifies the number of attribute values' text contained in the pointer p_vals
230 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 227 if (!p_rsp->p_vals)
253 if (avrc_is_valid_player_attrib_value(p_rsp->p_vals[xx].attr_id, p_rsp->p_vals[xx].attr_val))
256 UINT8_TO_BE_STREAM(p_data, p_rsp->p_vals[xx].attr_id);
257 UINT8_TO_BE_STREAM(p_data, p_rsp->p_vals[xx].attr_val);
  /hardware/invensense/60xx/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 998 tAVRC_APP_SETTING *p_vals; member in struct:__anon5971
1240 tAVRC_APP_SETTING *p_vals; member in struct:__anon5993
    [all...]

Completed in 119 milliseconds