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

  /system/security/keystore/
keystore_cli_v2.cpp 285 int GetCharacteristics(const std::string& name) {
291 printf("GetCharacteristics: %d\n", result);
443 return GetCharacteristics(command_line->GetSwitchValueASCII("name"));
  /external/opencv3/modules/videoio/src/cap_winrt/
MediaSink.hpp 134 IFACEMETHODIMP GetCharacteristics(_Out_ DWORD *characteristics)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audioclient.h 722 virtual HRESULT STDMETHODCALLTYPE GetCharacteristics(
755 HRESULT (STDMETHODCALLTYPE *GetCharacteristics)(
774 #define IAudioClock_GetCharacteristics(This,pdwCharacteristics) (This)->lpVtbl->GetCharacteristics(This,pdwCharacteristics)
794 return This->lpVtbl->GetCharacteristics(This,pdwCharacteristics);
    [all...]
mfplay.h 77 STDMETHOD_(HRESULT,GetCharacteristics)(THIS_ MFP_MEDIAITEM_CHARACTERISTICS *pCharacteristics) PURE;
103 #define IMFPMediaItem_GetCharacteristics(This,pCharacteristics) (This)->lpVtbl->GetCharacteristics(This,pCharacteristics)
mfidl.h     [all...]
  /system/keymaster/
android_keymaster_test.cpp 432 ASSERT_EQ(KM_ERROR_OK, GetCharacteristics());
    [all...]
android_keymaster_test_utils.h 191 keymaster_error_t GetCharacteristics();
android_keymaster_test_utils.cpp 606 keymaster_error_t Keymaster2Test::GetCharacteristics() {
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]

Completed in 87 milliseconds