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

  /system/bt/stack/test/
stack_a2dp_test.cc 645 uint8_t a2dp_data[1000]; local
647 uint32_t* p_ts = reinterpret_cast<uint32_t*>(a2dp_data);
649 memset(a2dp_data, 0xAB, sizeof(a2dp_data));
652 EXPECT_TRUE(A2DP_GetPacketTimestamp(codec_info_sbc, a2dp_data, &timestamp));
655 memset(a2dp_data, 0xAB, sizeof(a2dp_data));
658 EXPECT_TRUE(A2DP_GetPacketTimestamp(codec_info_aac, a2dp_data, &timestamp));
661 memset(a2dp_data, 0xAB, sizeof(a2dp_data));
669 uint8_t a2dp_data[1000]; local
    [all...]
  /system/sepolicy/private/
file_contexts 364 /data/misc/bluedroid/\.a2dp_data u:object_r:bluetooth_socket:s0
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 357 /data/misc/bluedroid/\.a2dp_data u:object_r:bluetooth_socket:s0

Completed in 486 milliseconds